-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.yml
More file actions
76 lines (68 loc) · 2.88 KB
/
plugin.yml
File metadata and controls
76 lines (68 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: 'UpgradeableSpawners'
main: me.angeschossen.upgradeablespawners.UpgradeableSpawners
version: ${project.version}
author: 'Angeschossen'
api-version: '1.13'
website: 'https://www.spigotmc.org/resources/77717'
description: 'Upgrade your spawners!'
softdepend: [Lands, Vault, CMI, HolographicDisplays, WorldGuard, BentoBox, SuperiorSkyblock2, PlotSquared, WildStacker, UpgradeableHoppers]
folia-supported: true
libraries:
- "org.apache.commons:commons-lang3:3.17.0"
- "com.zaxxer:HikariCP:4.0.3"
- "org.slf4j:slf4j-jdk14:1.7.32"
- "org.slf4j:slf4j-api:1.7.32"
commands:
upgradeablespawners:
aliases: [spawner, spawners]
description: UpgradeableSpawners main command.
permissions:
uspawners.*:
description: Permission for all actions. Bypass included.
default: op
children:
uspawners.command.*:
description: Permission for all player commands.
children:
uspawners.command.get:
description: /upgradeablespawners get
uspawners.command.list:
description: /upgradeablespawners list
uspawners.command.confirmtp:
description: /upgradeablespawners confirmtp
uspawners.admin.*:
description: Permission for all admin commands. This does not include bypass.
children:
uspawners.admin.command.give:
description: /upgradeablespawners give
uspawners.admin.command.reload:
description: /upgradeablespawners reload
uspawners.admin.command.admin:
description: /upgradeablespawners admin
uspawners.admin.command.list:
description: /upgradeablespawners list <player>
uspawners.bypass.*:
description: Permission for all bypasses.
children:
uspawners.bypass.delete:
description: Delete other players spawners.
uspawners.bypass.edit:
description: Upgrade other players spawners.
uspawners.bypass.ownership:
description: Bypass ownership when placing a spawner.
uspawners.bypass.only-land:
description: Bypass only-land option in config.yml and not being able to place spawners in lands they're not trusted in.
uspawners.spawners.<number>:
description: Set how many upgradeable spawners a player can have placed at once.
uspawners.silktouch:
description: Allow mining of spawners with silktouch. Only needed if activated in config.
uspawners.upgrade:
description: Only allow players with this permission to upgrade their spawners.
uspawners.drop-item:
description: Drop the spawner item when players break the spawner.
uspawners.teleport.*:
description: Allow all teleportation.
children:
uspawners.teleport.spawner:
description: Allow teleportation to placed spawners via /uspawners list.
default: true