Skip to content

Commit

Permalink
Added warp invites
Browse files Browse the repository at this point in the history
Added some things
Switched from MCStats to bStats metrics
  • Loading branch information
datdenkikniet committed May 19, 2017
1 parent 3760793 commit cd13fd2
Show file tree
Hide file tree
Showing 12 changed files with 1,329 additions and 798 deletions.
6 changes: 5 additions & 1 deletion resources/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ warpsign-header: "&e&l[Warp]"
dont-move: "%PREFIX% You won't be teleported if you move!"
you-moved: "%PREFIX% You moved! Teleportation cancelled."
teleport-in-time: "%PREFIX% You will be teleported in %TIME% seconds."

never-played: "%PREFIX% That player has not played on this server before!"
removed-invited-player: "%PREFIX% Removed player %PLAYERNAME% from the invited list for warp %WARPNAME%."
added-invited-player: "%PREFIX% Added player %PLAYERNAME% to the invited list for warp %WARPNAME%."
player-is-not-invited: "%PREFIX% That player has not been invited!"
player-already-invited: "%PREFIX% That player has already been invited!"
10 changes: 8 additions & 2 deletions resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Warpalicious
main: nl.datdenkikniet.warpalicious.WarpaliciousPlugin
authors: [datdenkikniet, TastyBlueberry, oskar3123]
version: 1.6.2
version: 1.7.0
commands:
delwarp:
description: delete a warp
Expand Down Expand Up @@ -33,4 +33,10 @@ commands:
findwarp:
description: search for a warp by name
usage: /<command> <name> [page]
aliases: [searchwarp]
aliases: [searchwarp]
warpinvite:
description: allow players to warp to a private warp
usage: /<command> <privatewarp> <playername>
warpuninvite:
description: disallow players to warp to a private warp
usage: /<command> <privatewarp> <playername>
Loading

0 comments on commit cd13fd2

Please sign in to comment.