Skip to content

Commit cd13fd2

Browse files
committed
Added warp invites
Added some things Switched from MCStats to bStats metrics
1 parent 3760793 commit cd13fd2

File tree

12 files changed

+1329
-798
lines changed

12 files changed

+1329
-798
lines changed

resources/messages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ warpsign-header: "&e&l[Warp]"
4242
dont-move: "%PREFIX% You won't be teleported if you move!"
4343
you-moved: "%PREFIX% You moved! Teleportation cancelled."
4444
teleport-in-time: "%PREFIX% You will be teleported in %TIME% seconds."
45-
45+
never-played: "%PREFIX% That player has not played on this server before!"
46+
removed-invited-player: "%PREFIX% Removed player %PLAYERNAME% from the invited list for warp %WARPNAME%."
47+
added-invited-player: "%PREFIX% Added player %PLAYERNAME% to the invited list for warp %WARPNAME%."
48+
player-is-not-invited: "%PREFIX% That player has not been invited!"
49+
player-already-invited: "%PREFIX% That player has already been invited!"

resources/plugin.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Warpalicious
22
main: nl.datdenkikniet.warpalicious.WarpaliciousPlugin
33
authors: [datdenkikniet, TastyBlueberry, oskar3123]
4-
version: 1.6.2
4+
version: 1.7.0
55
commands:
66
delwarp:
77
description: delete a warp
@@ -33,4 +33,10 @@ commands:
3333
findwarp:
3434
description: search for a warp by name
3535
usage: /<command> <name> [page]
36-
aliases: [searchwarp]
36+
aliases: [searchwarp]
37+
warpinvite:
38+
description: allow players to warp to a private warp
39+
usage: /<command> <privatewarp> <playername>
40+
warpuninvite:
41+
description: disallow players to warp to a private warp
42+
usage: /<command> <privatewarp> <playername>

0 commit comments

Comments
 (0)