Skip to content

Commit

Permalink
cmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyinqiu committed Aug 31, 2020
1 parent bae4b69 commit 17c4c16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NWorldPermissions/res/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ messages:
&r&3[&bNWorldPermissions&3]:
Try these commands!
&r&b/wp tpsingle online <player_name> <mark_name> <teleportation_times = 1> [world_name] &r&6-- To teleport an online player to a mark. If the world is specified, the player won't get teleported if being in any other world.
&r&b/wp tpsingle offline <mark_name> [world_name] &r&6-- To teleport an offline player to a mark. If the world is specified, the player won't get teleported if being in any other world.
&r&b/wp tpsingle offline <player_name> <mark_name> [world_name] &r&6-- To teleport an offline player to a mark. If the world is specified, the player won't get teleported if being in any other world.
# Available Arg(s): {senderName}.
online:
no-such-player: |
Expand Down
2 changes: 1 addition & 1 deletion NWorldPermissions/res/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: NWorldPermissions
description: A strange power stopping players being teleported to a world.
website: https://github.com/yueyinqiu/NWorldPermissions/wiki

version: '4.61'
version: '4.62'
author: yueyinqiu5990
main: top.nololiyt.worldpermissions.RootPlugin
softdepend: [PlaceholderAPI,MarksAPI]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ protected boolean run(int layer, RootPlugin rootPlugin,
MessagesSender messagesSender = new MessagesSender(rootPlugin.getMessagesManager(),
commandSender, new StringPair[]{
StringPair.playerName(arguments.playerName),
StringPair.markName(arguments.worldName),
StringPair.worldName(arguments.markName),
StringPair.markName(arguments.markName),
StringPair.worldName(arguments.worldName),
StringPair.senderName(commandSender.getName())
});

Expand Down

0 comments on commit 17c4c16

Please sign in to comment.