From 9a11074436e05b45d4251fc78cdc350bcc7a55d9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 1 Feb 2017 14:29:13 +0100 Subject: [PATCH] Release v3.0.5 --- build.gradle | 2 +- docs/commands.md | 12 ++++++++++-- docs/commands/broadcast.md | 4 ++-- docs/commands/clearinventory.md | 2 +- docs/commands/day.md | 2 +- docs/commands/delnick.md | 14 ++++++++++++++ docs/commands/flyspeed.md | 13 +++++++++++++ docs/commands/nick.md | 18 ++++++++++++++++++ docs/commands/night.md | 2 +- docs/commands/speed.md | 13 +++++++++++++ docs/commands/teleportall.md | 13 +++++++++++++ docs/commands/teleportaskallhere.md | 13 +++++++++++++ docs/commands/teleporthere.md | 13 +++++++++++++ docs/commands/time.md | 17 +++++++++++++---- docs/commands/ultimatecore.md | 2 +- docs/commands/walkspeed.md | 13 +++++++++++++ docs/modules.md | 1 + docs/modules/broadcast.md | 2 +- docs/modules/default.md | 6 +++--- docs/modules/fly.md | 6 ++++++ docs/modules/inventory.md | 2 +- docs/modules/kit.md | 1 + docs/modules/nick.md | 17 +++++++++++++++++ docs/modules/tablist.md | 4 ---- docs/modules/teleport.md | 6 ++++++ docs/modules/time.md | 11 +++++++++-- docs/modules/warp.md | 6 +++--- docs/permissions.md | 26 ++++++++++++++++++++++++-- 28 files changed, 212 insertions(+), 29 deletions(-) create mode 100644 docs/commands/delnick.md create mode 100644 docs/commands/flyspeed.md create mode 100644 docs/commands/nick.md create mode 100644 docs/commands/speed.md create mode 100644 docs/commands/teleportall.md create mode 100644 docs/commands/teleportaskallhere.md create mode 100644 docs/commands/teleporthere.md create mode 100644 docs/commands/walkspeed.md create mode 100644 docs/modules/nick.md diff --git a/build.gradle b/build.gradle index 9bcfaaa2..237d4615 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { //Project details description "All you need to set up a server and more!" group "bammerbom" -version "3.0.5-SNAPSHOT" +version "3.0.5" sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/docs/commands.md b/docs/commands.md index 5b84e0fe..4450475b 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -18,9 +18,11 @@ Commands [/delgroupspawn \ - Delete a group spawn.](commands/delgroupspawn.md)
[/delhome \ - Remove a home.](commands/delhome.md)
[/deljail \ - Remove the jail with the provided name.](commands/deljail.md)
+[/delnick \[Player\] - Remove a player's nickname.](commands/delnick.md)
[/delwarp \ - Remove the specified warp.](commands/delwarp.md)
[/firstspawn \[Player\] - Teleport someone to the new player spawn.](commands/firstspawn.md)
[/fly \[Player\] - Toggle someone's fly status.](commands/fly.md)
+[/flyspeed \ \[Player\] - Change a player's flyspeed. (1 by default)](commands/flyspeed.md)
[/food \[Player\] - Fill a player's food bar.](commands/food.md)
[/gamemode \ \[Player\] - Change a player's gamemode.](commands/gamemode.md)
[/globalspawn \[Player\] - Teleport someone to the global spawn.](commands/globalspawn.md)
@@ -48,6 +50,7 @@ Commands [/messagespy \[Player\] - Toggle a player's or your own commandspy status.](commands/messagespy.md)
[/more - Set the quantity of the item in your hand to the maximum.](commands/more.md)
[/mute \ \[Time\] \[Reason…\] - Mute a player, for a certain time and reason.](commands/mute.md)
+[/nick \ \[Player\] - Give someone a custom name.](commands/nick.md)
[/night - Set the time in a certain world to night.](commands/night.md)
[/personalmessage \ \ - Send a private message to an other player.](commands/personalmessage.md)
[/rain \[World\] - Change the weather to rain.](commands/rain.md)
@@ -65,6 +68,7 @@ Commands [/setwarp \ \[Description…\] - Create a new warp with the specified name and description.](commands/setwarp.md)
[/spawn \[Player\] - Teleport someone to the spawn.](commands/spawn.md)
[/spectator \[Player\] - Change someone's gamemode to spectator.](commands/spectator.md)
+[/speed \ \[Player\] - Change a player's flyspeed if he is flying, or else the player's walkspeed. (1 by default)](commands/speed.md)
[/sudo \ \ - Force a player to chat or to use a command. /sudo /command /sudo message](commands/sudo.md)
@@ -72,16 +76,20 @@ Commands [/survival \[Player\] - Change someone's gamemode to survival.](commands/survival.md)
[/teleport \[Player\] \ OR /teleport \[Player\] \ \[Y\] \ \[\ \\] - Teleport a player or yourself to another player or certain coordinates.](commands/teleport.md)
[/teleportaccept \[Tpid\] - Accept the specified request, or the most recent one.](commands/teleportaccept.md)
+[/teleportall - Teleport everyone to you.](commands/teleportall.md)
[/teleportask \ - Ask to teleport to a player.](commands/teleportask.md)
+[/teleportaskallhere - Ask everyone to teleport to you.](commands/teleportaskallhere.md)
[/teleportaskhere \ - Ask to teleport a player to you.](commands/teleportaskhere.md)
[/teleportdeny \[Tpid\] - Deny the specified request, or the most recent one.](commands/teleportdeny.md)
+[/teleporthere \ - Teleport someone to you.](commands/teleporthere.md)
[/thunder \[World\] - Change the weather to thunder.](commands/thunder.md)
-[/time (set/add) day/night/\/enable/disable/query - Time-related actions.](commands/time.md)
-[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules - The UltimateCore base command.](commands/ultimatecore.md)
+[/time add|set|query|night|enable|disable|day|\[Time\] - Time-related actions.](commands/time.md)
+[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules| - The UltimateCore base command.](commands/ultimatecore.md)
[/undeaf \ - Make a player no longer deaf.](commands/undeaf.md)
[/unjail \ - Unjail a player.](commands/unjail.md)
[/unmute \ - Unmute a player.](commands/unmute.md)
[/vanish \[Player\] - Toggle whether a player is vanished.](commands/vanish.md)
+[/walkspeed \ \[Player\] - Change a player's walkspeed. (1 by default)](commands/walkspeed.md)
[/warp \[Warp\] - Teleport yourself to the specified warp.](commands/warp.md)
[/warplist - Get a paginated list of all warps.](commands/warplist.md)
[/weather sun/rain/thunder \[World\] - Change the weather to sun, rain or thunder.](commands/weather.md)
diff --git a/docs/commands/broadcast.md b/docs/commands/broadcast.md index 5763f026..9d0d54ca 100644 --- a/docs/commands/broadcast.md +++ b/docs/commands/broadcast.md @@ -1,9 +1,9 @@ Broadcast ==== -Send a message to everyone on the server. +Send messages to everyone on the server. Usage: /broadcast \
-Aliases: broadcast
+Aliases: broadcast, bc
Module: [broadcast](../modules/broadcast.md)
Basic permission: uc.broadcast.broadcast.base
diff --git a/docs/commands/clearinventory.md b/docs/commands/clearinventory.md index d6421dc5..2783e87a 100644 --- a/docs/commands/clearinventory.md +++ b/docs/commands/clearinventory.md @@ -11,4 +11,4 @@ Basic role: admin
Permissions:
* **uc.inventory.clearinventory.base** - Recommended role: admin
Allows you to use the /clearinventory command. -* **others** - Recommended role: admin
Allows you to use the /clearinventory command on other players +* **uc.inventory.clearinventory.others** - Recommended role: admin
Allows you to use the /clearinventory command on other players diff --git a/docs/commands/day.md b/docs/commands/day.md index e7b18ad0..7972ff41 100644 --- a/docs/commands/day.md +++ b/docs/commands/day.md @@ -11,4 +11,4 @@ Basic role: admin
Permissions:
* **uc.time.time.day** - Recommended role: admin
Allows you to set the time to day. -* **uc.time.time.base** - Recommended role: admin
Allows you to use the time command. +* **uc.time.time.base** - Recommended role: nobody
Allows you to use the /time command. diff --git a/docs/commands/delnick.md b/docs/commands/delnick.md new file mode 100644 index 00000000..227a399c --- /dev/null +++ b/docs/commands/delnick.md @@ -0,0 +1,14 @@ +Delnick +==== +Remove a player's nickname. + +Usage: /delnick \[Player\]
+Aliases: delnick, delnickname, removenick, removenickname, resetnick, resetnickname
+Module: [nick](../modules/nick.md)
+ +Basic permission: uc.nick.delnick.base
+Basic role: vip
+ +Permissions:
+* **uc.nick.delnick.base** - Recommended role: vip
Allows you to use the /delnick command. +* **uc.nick.delnick.others.base** - Recommended role: admin
Allows you to remove other people's nicknames. diff --git a/docs/commands/flyspeed.md b/docs/commands/flyspeed.md new file mode 100644 index 00000000..1b973257 --- /dev/null +++ b/docs/commands/flyspeed.md @@ -0,0 +1,13 @@ +Flyspeed +==== +Change a player's flyspeed. (1 by default) + +Usage: /flyspeed \ \[Player\]
+Aliases: flyspeed, fspeed
+Module: [fly](../modules/fly.md)
+ +Basic permission: uc.fly.flyspeed.base
+Basic role: admin
+ +Permissions:
+* **uc.fly.flyspeed.base** - Recommended role: admin
Allows you to use the /flyspeed command. diff --git a/docs/commands/nick.md b/docs/commands/nick.md new file mode 100644 index 00000000..221a4a04 --- /dev/null +++ b/docs/commands/nick.md @@ -0,0 +1,18 @@ +Nick +==== +Give someone a custom name. + +Usage: /nick \ \[Player\]
+Aliases: nick, nickname
+Module: [nick](../modules/nick.md)
+ +Basic permission: uc.nick.nick.base
+Basic role: vip
+ +Permissions:
+* **uc.nick.nick.base** - Recommended role: vip
Allows you to use the /nick command. +* **uc.nick.nick.color.** - Recommended role: vip
Allows you to use a certain color in nicknames. +* **uc.nick.nick.others.base** - Recommended role: admin
Allows you to change other people's nicknames. +* **uc.nick.nick.others.color.** - Recommended role: admin
Allows you to use a certain color in other people's nicknames. +* **uc.nick.nick.style.