mirror of
https://github.com/5vl/Staff.git
synced 2025-05-24 10:37:03 +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:
|
DONE:
|
||||||
|
|
||||||
NOT DONE:
|
NOT DONE:
|
||||||
- Staff mode
|
- Staff mode (Invisibility, fly, items)
|
||||||
- Freeze
|
- Freeze (Command and freeze wand in staff mode)
|
||||||
- Inventory Lookup (Open inventory)
|
- Open inventory (Command and wand in staff mode) with permission for being able to edit it
|
||||||
- Teleport to online players
|
- Teleport to online players
|
||||||
- Invisibility
|
|
||||||
- Knockback Stick (Extra, useful to check if the player has no kb)
|
- Knockback Stick (Extra, useful to check if the player has no kb)
|
||||||
- PlaceholderAPI
|
- PlaceholderAPI support
|
||||||
- Toggle on/off each individual items, (Extra, per-player settings would be sweet)
|
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user