Deleted Main.java and edited some features.

This commit is contained in:
5vl 2022-04-06 22:14:10 +02:00
parent 3ec865d247
commit 2eec2367bd
2 changed files with 4 additions and 23 deletions

View File

@ -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
}
}

View File

@ -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)
*/ */
} }