-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.yml
More file actions
52 lines (52 loc) · 1.46 KB
/
Copy pathplugin.yml
File metadata and controls
52 lines (52 loc) · 1.46 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
name: EzRTP
main: com.skyblockexp.ezrtp.EzRtpPlugin
version: ${project.version}
description: Random teleport command and join handler for survival networks.
api-version: '${bukkit.api.version}'
folia-supported: true
softdepend:
- Vault
- EzEconomy
- WorldGuard
- GriefPrevention
- PlaceholderAPI
- Chunky
- TeamsAPI
- CombatLogX
- PvPManager
- CombatLog
- EzCountdown
commands:
rtp:
description: Teleport to a random safe location in the configured world.
usage: /<command>
permission: ezrtp.use
forcertp:
description: Force teleport a player to a random safe location, bypassing restrictions.
usage: /<command> <player> [world]
permission: ezrtp.forcertp
permissions:
ezrtp.use:
description: Allows use of the /rtp command.
default: true
ezrtp.reload:
description: Allows reloading the EzRTP configuration.
default: op
ezrtp.stats:
description: Allows viewing RTP statistics.
default: op
ezrtp.heatmap:
description: Allows viewing the RTP heatmap visualization.
default: op
ezrtp.heatmap.fake:
description: Allows injecting simulated RTP locations via /rtp fake.
default: op
ezrtp.heatmap.claims:
description: Allows rendering TeamsAPI claim overlays on RTP heatmaps.
default: op
ezrtp.queue.bypass:
description: Allows bypassing the random teleport queue.
default: op
ezrtp.forcertp:
description: Allows forcing random teleport on other players.
default: op