mirror of
https://github.com/5vl/Staff.git
synced 2025-05-24 06:16:56 +00:00
Deleted Main.java and edited some features.
This commit is contained in:
parent
3ec865d247
commit
2eec2367bd
@ -1,17 +0,0 @@
|
||||
package me.fivevl.staff;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public final class Main extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
// Plugin startup logic
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
// Plugin shutdown logic
|
||||
}
|
||||
}
|
@ -17,13 +17,11 @@ class Main : JavaPlugin() {
|
||||
DONE:
|
||||
|
||||
NOT DONE:
|
||||
- Staff mode
|
||||
- Freeze
|
||||
- Inventory Lookup (Open inventory)
|
||||
- Staff mode (Invisibility, fly, items)
|
||||
- Freeze (Command and freeze wand in staff mode)
|
||||
- Open inventory (Command and wand in staff mode) with permission for being able to edit it
|
||||
- Teleport to online players
|
||||
- Invisibility
|
||||
- Knockback Stick (Extra, useful to check if the player has no kb)
|
||||
- PlaceholderAPI
|
||||
- Toggle on/off each individual items, (Extra, per-player settings would be sweet)
|
||||
- PlaceholderAPI support
|
||||
*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user