UltimateStacker/src/main/resources/plugin.yml

30 lines
1.1 KiB
YAML
Raw Normal View History

2018-11-06 04:33:10 +01:00
name: UltimateStacker
description: UltimateStacker
2018-11-16 02:58:46 +01:00
version: maven-version-number
2023-04-07 21:43:17 +02:00
softdepend: [MythicMobs, HolographicDisplays, Holograms, DecentHolograms, CMI, WorldGuard, EpicSpawners, mcMMO, WildStacker, StackMob, BentoBox, ViaVersion]
2019-09-18 18:02:35 +02:00
loadbefore: [WorldGuard]
2018-11-06 04:33:10 +01:00
main: com.songoda.ultimatestacker.UltimateStacker
author: songoda
api-version: 1.13
2018-11-06 04:33:10 +01:00
commands:
2020-06-28 04:12:13 +02:00
us:
2019-07-27 03:05:41 +02:00
description: Reloads the configuration file
2018-11-06 04:33:10 +01:00
default: true
2020-06-28 04:12:13 +02:00
aliases: [UltimateStacker]
2019-07-27 03:05:41 +02:00
usage: /ultimatestacker reload
permissions:
ultimatestacker.*:
description: Inherits all plugin permissions
children:
ultimatestacker.admin: true
ultimatestacker.spawner.silktouch: true
ultimatestacker.spawner.nosilkdrop: true
ultimatestacker.admin:
description: Allows players to edit settings, reload files and other admin commands
default: op
ultimatestacker.spawner.silktouch:
description: Allows the player to pick up spawners using silk touch
default: op
ultimatestacker.spawner.nosilkdrop:
description: Allows the player to receive spawners from mining with a non-silk touched pick
default: op