diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0f89161..8fa5c6c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,136 +1,149 @@ +--- name: PlugCubeBuildersIn main: hk.siggi.bukkit.plugcubebuildersin.PlugCubeBuildersIn version: {VERSION} author: Siggi description: The CubeBuilders plugin. -softdepend: [Factions, Touchsigns, Statues, GsonBukkit, Essentials, EssentialsSpawn, WorldGuard, WorldEdit, PermissionsEx, OpenInv] -depend: [NBTTool, CubeCore] +softdepend: +- Factions +- Touchsigns +- Statues +- GsonBukkit +- Essentials +- EssentialsSpawn +- WorldGuard +- WorldEdit +- PermissionsEx +- OpenInv +depend: +- NBTTool +- CubeCore api-version: 1.13 permissions: - hk.siggi.plugcubebuildersin.spawneditems: - description: Allow the player to have spawned items in inventory. - default: op - hk.siggi.plugcubebuildersin.bounty.clean: - description: Allow the player to reset anyones bounty to zero. - default: op - hk.siggi.plugcubebuildersin.staffchat: - description: Allow the player to use Staff Chat. - default: op - hk.siggi.plugcubebuildersin.staffchat.color: - description: Allow the player to use colours in Staff Chat. - default: op - hk.siggi.plugcubebuildersin.staffchat.format: - description: Allow the player to use format codes in Staff Chat. - default: op - hk.siggi.plugcubebuildersin.staffchat.magic: - description: Allow the player to use magic code in Staff Chat. - default: op - hk.siggi.plugcubebuildersin.staffchat.url: - description: Allow the player to use URLs Staff Chat. - default: op - hk.siggi.plugcubebuildersin.vip: - description: Allow the player to use VIP only features. - hk.siggi.plugcubebuildersin.worldspawn: - description: Update the spawn point for the current world. - hk.siggi.plugcubebuildersin.factionreset: - description: Declaim all faction land in a world. - hk.siggi.plugcubebuildersin.snaptogrid: - description: Snap to grid. - hk.siggi.plugcubebuildersin.closetheend: - description: Close the end. - hk.siggi.plugcubebuildersin.silktouchspawner: - description: Allow player to silk touch spawner. - hk.siggi.plugcubebuildersin.bypassfactionthrottle: - description: Bypass Factions throttling. - default: op - hk.siggi.plugcubebuildersin.reloaduuid: - description: Reload UUIDs from file. - default: op - hk.siggi.plugcubebuildersin.clearchat: - description: Allow clearing the chat using /cc. - default: op - hk.siggi.plugcubebuildersin.cheat: - description: Allow using cheats from CubeBuilders Mod. - default: op - hk.siggi.plugcubebuildersin.signedit: - description: Allow editing signs. - default: op - hk.siggi.plugcubebuildersin.replay: - description: Allow playing replays. - default: op + hk.siggi.plugcubebuildersin.bounty.clean: + description: Allow the player to reset anyones bounty to zero. + default: op + hk.siggi.plugcubebuildersin.bypassfactionthrottle: + description: Bypass Factions throttling. + default: op + hk.siggi.plugcubebuildersin.cheat: + description: Allow using cheats from CubeBuilders Mod. + default: op + hk.siggi.plugcubebuildersin.clearchat: + description: Allow clearing the chat using /cc. + default: op + hk.siggi.plugcubebuildersin.closetheend: + description: Close the end. + hk.siggi.plugcubebuildersin.factionreset: + description: Declaim all faction land in a world. + hk.siggi.plugcubebuildersin.reloaduuid: + description: Reload UUIDs from file. + default: op + hk.siggi.plugcubebuildersin.replay: + description: Allow playing replays. + default: op + hk.siggi.plugcubebuildersin.signedit: + description: Allow editing signs. + default: op + hk.siggi.plugcubebuildersin.silktouchspawner: + description: Allow player to silk touch spawner. + hk.siggi.plugcubebuildersin.snaptogrid: + description: Snap to grid. + hk.siggi.plugcubebuildersin.spawneditems: + description: Allow the player to have spawned items in inventory. + default: op + hk.siggi.plugcubebuildersin.staffchat: + description: Allow the player to use Staff Chat. + default: op + hk.siggi.plugcubebuildersin.staffchat.color: + description: Allow the player to use colours in Staff Chat. + default: op + hk.siggi.plugcubebuildersin.staffchat.format: + description: Allow the player to use format codes in Staff Chat. + default: op + hk.siggi.plugcubebuildersin.staffchat.magic: + description: Allow the player to use magic code in Staff Chat. + default: op + hk.siggi.plugcubebuildersin.staffchat.url: + description: Allow the player to use URLs Staff Chat. + default: op + hk.siggi.plugcubebuildersin.vip: + description: Allow the player to use VIP only features. + hk.siggi.plugcubebuildersin.worldspawn: + description: Update the spawn point for the current world. commands: - help: - description: Open the CubeBuilders menu. - usage: / - donate: - description: Buy CubeTokens or get a Donator rank! - usage: / - vote: - description: Vote for CubeBuilders and get money! - usage: / - bounty: - description: CubeBuilders Bounty Command - usage: / - a: - description: Staff Chat - usage: / - cash: - description: VIP Cash Command - usage: / - worldspawn: - description: Set Spawn for current world. - usage: / - factionreset: - description: Declaim all land in the specified world. - usage: / [world] - snaptogrid: - description: Snap to Grid. - usage: / - closetheend: - description: Close the end. - usage: / - cc: - description: Clear the chat - usage: / - quit: - description: Quit to lobby - usage: / - pvp: - description: Voluntarily make yourself vulnerable to PvP. - usage: / - tellallraw: - description: Tellraw to all players. - usage: / [jsontext] - signedit: - description: Edit signs. - usage: / - speedup: - description: Speed up - usage: / - wardrobe: - description: Select another user wardrobe. - usage: / [player] - music: - description: Play music. - usage: / [track] - renderdistance: - description: Set render distance - usage: / [newdistance] - st: - description: Toggle Staff Mode where applicable. - usage: / [on|off] - vp: - description: Toggle Vanish Protection. - usage: / - replay: - description: Replay some actions. - usage: / - dbg: - description: Debug command - usage: / - ping: - description: Ping command - usage: / - pong: - description: Pong command - usage: / + a: + description: Staff Chat + usage: "/ " + bounty: + description: CubeBuilders Bounty Command + usage: "/" + cash: + description: VIP Cash Command + usage: "/" + cc: + description: Clear the chat + usage: "/" + closetheend: + description: Close the end. + usage: "/" + dbg: + description: Debug command + usage: "/" + donate: + description: Buy CubeTokens or get a Donator rank! + usage: "/" + factionreset: + description: Declaim all land in the specified world. + usage: "/ [world]" + help: + description: Open the CubeBuilders menu. + usage: "/" + music: + description: Play music. + usage: "/ [track]" + ping: + description: Ping command + usage: "/" + pong: + description: Pong command + usage: "/" + pvp: + description: Voluntarily make yourself vulnerable to PvP. + usage: "/" + quit: + description: Quit to lobby + usage: "/" + renderdistance: + description: Set render distance + usage: "/ [newdistance]" + replay: + description: Replay some actions. + usage: "/" + signedit: + description: Edit signs. + usage: "/" + snaptogrid: + description: Snap to Grid. + usage: "/" + speedup: + description: Speed up + usage: "/" + st: + description: Toggle Staff Mode where applicable. + usage: "/ [on|off]" + tellallraw: + description: Tellraw to all players. + usage: "/ [jsontext]" + vote: + description: Vote for CubeBuilders and get money! + usage: "/" + vp: + description: Toggle Vanish Protection. + usage: "/" + wardrobe: + description: Select another user wardrobe. + usage: "/ [player]" + worldspawn: + description: Set Spawn for current world. + usage: "/"