Skip to content

Commit 6b2bd7d

Browse files
committed
Add Paper new api
1 parent c14a858 commit 6b2bd7d

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: RandomSpawnPlus5
2+
version: '${version}'
3+
main: systems.kscott.randomspawnplus.RandomSpawnPlus
4+
api-version: 1.13
5+
softdepend: [Essentials, Factions, Vault, LuckPerms]
6+
authors: [ 89apt89, Dreeam ]
7+
description: A comprehensive random spawning plugin for modern Minecraft versions.
8+
load: POSTWORLD
9+
10+
commands:
11+
wild:
12+
description: Get a wild spawn
13+
usage: /wild [player]
14+
rsp:
15+
description: Main plugin command
16+
usage: /rsp
17+
18+
permissions:
19+
randomspawnplus.randomspawn:
20+
description: Enable random spawns
21+
default: op
22+
randomspawnplus.wild:
23+
description: Teleport to a random location
24+
default: op
25+
randomspawnplus.wild.others:
26+
description: Teleport others to a random location
27+
default: op
28+
randomspawnplus.wild.bypasscooldown:
29+
description: Bypass the teleport cooldown
30+
default: op
31+
randomspawnplus.wild.bypasscost:
32+
description: Bypass the /wild cost
33+
default: op
34+
randomspawnplus.manage:
35+
description: Access to the /rsp (and /rsp reload) command
36+
default: op

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ permissions:
3333
default: op
3434
randomspawnplus.manage:
3535
description: Access to the /rsp (and /rsp reload) command
36-
default: op
36+
default: op

0 commit comments

Comments
 (0)