Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Feb 1, 2017
1 parent d5edadd commit 9a11074
Show file tree
Hide file tree
Showing 28 changed files with 212 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 10 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Commands
[/delgroupspawn \<Group\> - Delete a group spawn.](commands/delgroupspawn.md)<br>
[/delhome \<Home\> - Remove a home.](commands/delhome.md)<br>
[/deljail \<Jail\> - Remove the jail with the provided name.](commands/deljail.md)<br>
[/delnick \[Player\] - Remove a player's nickname.](commands/delnick.md)<br>
[/delwarp \<Warp\> - Remove the specified warp.](commands/delwarp.md)<br>
[/firstspawn \[Player\] - Teleport someone to the new player spawn.](commands/firstspawn.md)<br>
[/fly \[Player\] - Toggle someone's fly status.](commands/fly.md)<br>
[/flyspeed \<Speed\> \[Player\] - Change a player's flyspeed. (1 by default)](commands/flyspeed.md)<br>
[/food \[Player\] - Fill a player's food bar.](commands/food.md)<br>
[/gamemode \<Gamemode\> \[Player\] - Change a player's gamemode.](commands/gamemode.md)<br>
[/globalspawn \[Player\] - Teleport someone to the global spawn.](commands/globalspawn.md)<br>
Expand Down Expand Up @@ -48,6 +50,7 @@ Commands
[/messagespy \[Player\] - Toggle a player's or your own commandspy status.](commands/messagespy.md)<br>
[/more - Set the quantity of the item in your hand to the maximum.](commands/more.md)<br>
[/mute \<Player\> \[Time\] \[Reason…\] - Mute a player, for a certain time and reason.](commands/mute.md)<br>
[/nick \<Nick\> \[Player\] - Give someone a custom name.](commands/nick.md)<br>
[/night - Set the time in a certain world to night.](commands/night.md)<br>
[/personalmessage \<Player\> \<Message…\> - Send a private message to an other player.](commands/personalmessage.md)<br>
[/rain \[World\] - Change the weather to rain.](commands/rain.md)<br>
Expand All @@ -65,23 +68,28 @@ Commands
[/setwarp \<Name\> \[Description…\] - Create a new warp with the specified name and description.](commands/setwarp.md)<br>
[/spawn \[Player\] - Teleport someone to the spawn.](commands/spawn.md)<br>
[/spectator \[Player\] - Change someone's gamemode to spectator.](commands/spectator.md)<br>
[/speed \<Speed\> \[Player\] - Change a player's flyspeed if he is flying, or else the player's walkspeed. (1 by default)](commands/speed.md)<br>
[/sudo \<Player\> \<Command…\> - Force a player to chat or to use a command.
/sudo <Player> /command
/sudo <Player> message](commands/sudo.md)<br>
[/sun \[World\] - Change the weather to sun.](commands/sun.md)<br>
[/survival \[Player\] - Change someone's gamemode to survival.](commands/survival.md)<br>
[/teleport \[Player\] \<Player\> OR /teleport \[Player\] \<X\> \[Y\] \<Z\> \[\<Yaw\> \<Pitch\>\] - Teleport a player or yourself to another player or certain coordinates.](commands/teleport.md)<br>
[/teleportaccept \[Tpid\] - Accept the specified request, or the most recent one.](commands/teleportaccept.md)<br>
[/teleportall - Teleport everyone to you.](commands/teleportall.md)<br>
[/teleportask \<Player\> - Ask to teleport to a player.](commands/teleportask.md)<br>
[/teleportaskallhere - Ask everyone to teleport to you.](commands/teleportaskallhere.md)<br>
[/teleportaskhere \<Player\> - Ask to teleport a player to you.](commands/teleportaskhere.md)<br>
[/teleportdeny \[Tpid\] - Deny the specified request, or the most recent one.](commands/teleportdeny.md)<br>
[/teleporthere \<Entities\> - Teleport someone to you.](commands/teleporthere.md)<br>
[/thunder \[World\] - Change the weather to thunder.](commands/thunder.md)<br>
[/time (set/add) day/night/\<ticks\>/enable/disable/query - Time-related actions.](commands/time.md)<br>
[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules - The UltimateCore base command.](commands/ultimatecore.md)<br>
[/time add|set|query|night|enable|disable|day|\[Time\] - Time-related actions.](commands/time.md)<br>
[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules| - The UltimateCore base command.](commands/ultimatecore.md)<br>
[/undeaf \<Player\> - Make a player no longer deaf.](commands/undeaf.md)<br>
[/unjail \<Player\> - Unjail a player.](commands/unjail.md)<br>
[/unmute \<Player\> - Unmute a player.](commands/unmute.md)<br>
[/vanish \[Player\] - Toggle whether a player is vanished.](commands/vanish.md)<br>
[/walkspeed \<Speed\> \[Player\] - Change a player's walkspeed. (1 by default)](commands/walkspeed.md)<br>
[/warp \[Warp\] - Teleport yourself to the specified warp.](commands/warp.md)<br>
[/warplist - Get a paginated list of all warps.](commands/warplist.md)<br>
[/weather sun/rain/thunder \[World\] - Change the weather to sun, rain or thunder.](commands/weather.md)<br>
4 changes: 2 additions & 2 deletions docs/commands/broadcast.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Broadcast
====
Send a message to everyone on the server.
Send messages to everyone on the server.

Usage: /broadcast \<Message…\><br>
Aliases: broadcast<br>
Aliases: broadcast, bc<br>
Module: [broadcast](../modules/broadcast.md)<br>

Basic permission: uc.broadcast.broadcast.base<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/clearinventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Basic role: admin<br>

Permissions: <br>
* **uc.inventory.clearinventory.base** - Recommended role: admin<br>Allows you to use the /clearinventory command.
* **others** - Recommended role: admin<br>Allows you to use the /clearinventory command on other players
* **uc.inventory.clearinventory.others** - Recommended role: admin<br>Allows you to use the /clearinventory command on other players
2 changes: 1 addition & 1 deletion docs/commands/day.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Basic role: admin<br>

Permissions: <br>
* **uc.time.time.day** - Recommended role: admin<br>Allows you to set the time to day.
* **uc.time.time.base** - Recommended role: admin<br>Allows you to use the time command.
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
14 changes: 14 additions & 0 deletions docs/commands/delnick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Delnick
====
Remove a player's nickname.

Usage: /delnick \[Player\]<br>
Aliases: delnick, delnickname, removenick, removenickname, resetnick, resetnickname<br>
Module: [nick](../modules/nick.md)<br>

Basic permission: uc.nick.delnick.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.nick.delnick.base** - Recommended role: vip<br>Allows you to use the /delnick command.
* **uc.nick.delnick.others.base** - Recommended role: admin<br>Allows you to remove other people's nicknames.
13 changes: 13 additions & 0 deletions docs/commands/flyspeed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Flyspeed
====
Change a player's flyspeed. (1 by default)

Usage: /flyspeed \<Speed\> \[Player\]<br>
Aliases: flyspeed, fspeed<br>
Module: [fly](../modules/fly.md)<br>

Basic permission: uc.fly.flyspeed.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.fly.flyspeed.base** - Recommended role: admin<br>Allows you to use the /flyspeed command.
18 changes: 18 additions & 0 deletions docs/commands/nick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Nick
====
Give someone a custom name.

Usage: /nick \<Nick\> \[Player\]<br>
Aliases: nick, nickname<br>
Module: [nick](../modules/nick.md)<br>

Basic permission: uc.nick.nick.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.nick.nick.base** - Recommended role: vip<br>Allows you to use the /nick command.
* **uc.nick.nick.color.<COLOR>** - Recommended role: vip<br>Allows you to use a certain color in nicknames.
* **uc.nick.nick.others.base** - Recommended role: admin<br>Allows you to change other people's nicknames.
* **uc.nick.nick.others.color.<COLOR>** - Recommended role: admin<br>Allows you to use a certain color in other people's nicknames.
* **uc.nick.nick.style.<STYLE>** - Recommended role: vip<br>Allows you to use a certain style in nicknames.
* **uc.nick.nick.others.style.<STYLE>** - Recommended role: admin<br>Allows you to use a certain style in other people's nicknames.
2 changes: 1 addition & 1 deletion docs/commands/night.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Basic role: admin<br>

Permissions: <br>
* **uc.time.time.night** - Recommended role: admin<br>Allows you to set the time to night.
* **uc.time.time.base** - Recommended role: admin<br>Allows you to use the time command.
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
13 changes: 13 additions & 0 deletions docs/commands/speed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Speed
====
Change a player's flyspeed if he is flying, or else the player's walkspeed. (1 by default)

Usage: /speed \<Speed\> \[Player\]<br>
Aliases: speed, generalspeed<br>
Module: [fly](../modules/fly.md)<br>

Basic permission: uc.fly.speed.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.fly.speed.base** - Recommended role: admin<br>Allows you to use the /speed command.
13 changes: 13 additions & 0 deletions docs/commands/teleportall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Teleportall
====
Teleport everyone to you.

Usage: /teleportall<br>
Aliases: teleportall, tpall<br>
Module: [teleport](../modules/teleport.md)<br>

Basic permission: uc.teleport.teleportall.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.teleport.teleportall.base** - Recommended role: admin<br>Allows you to use the /teleportall command.
13 changes: 13 additions & 0 deletions docs/commands/teleportaskallhere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Teleportaskallhere
====
Ask everyone to teleport to you.

Usage: /teleportaskallhere<br>
Aliases: teleportaskallhere, tpaallhere, teleportaskall, tpaall<br>
Module: [teleport](../modules/teleport.md)<br>

Basic permission: uc.teleport.teleportaskallhere.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.teleport.teleportaskallhere.base** - Recommended role: admin<br>Allows you to use the /teleportaskallhere command.
13 changes: 13 additions & 0 deletions docs/commands/teleporthere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Teleporthere
====
Teleport someone to you.

Usage: /teleporthere \<Entities\><br>
Aliases: teleporthere, tphere<br>
Module: [teleport](../modules/teleport.md)<br>

Basic permission: uc.teleport.teleporthere.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.teleport.teleporthere.base** - Recommended role: admin<br>Allows you to use the /teleporthere command.
17 changes: 13 additions & 4 deletions docs/commands/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ Time
/time enable/disable - Enable or disable time.
/time query - View the time.

Usage: /time (set/add) day/night/\<ticks\>/enable/disable/query<br>
Aliases: time, settime<br>
Usage: /time add|set|query|night|enable|disable|day|\[Time\]<br>
Aliases: time<br>
Module: [time](../modules/time.md)<br>

Basic permission: uc.time.time.base<br>
Basic role: admin<br>
Basic role: nobody<br>

Permissions: <br>
* **uc.time.time.base** - Recommended role: admin<br>Allows you to use the time command.
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
* **uc.time.time.add.base** - Recommended role: nobody<br>Allows you to use the /add command.
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /day command.
* **uc.time.time.disable.base** - Recommended role: nobody<br>Allows you to use the /disable command.
* **uc.time.time.enable.base** - Recommended role: nobody<br>Allows you to use the /enable command.
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /night command.
* **uc.time.time.query.base** - Recommended role: nobody<br>Allows you to use the /query command.
* **uc.time.time.set.base** - Recommended role: nobody<br>Allows you to use the /set command.
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /day command.
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /night command.
2 changes: 1 addition & 1 deletion docs/commands/ultimatecore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Ultimatecore
====
The UltimateCore base command.

Usage: /ultimatecore gendocs|reload|clearcache|resetuser|error|modules<br>
Usage: /ultimatecore gendocs|reload|clearcache|resetuser|error|modules|<br>
Aliases: ultimatecore, uc<br>
Module: [default](../modules/default.md)<br>

Expand Down
13 changes: 13 additions & 0 deletions docs/commands/walkspeed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Walkspeed
====
Change a player's walkspeed. (1 by default)

Usage: /walkspeed \<Speed\> \[Player\]<br>
Aliases: walkspeed, wspeed<br>
Module: [fly](../modules/fly.md)<br>

Basic permission: uc.fly.walkspeed.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.fly.walkspeed.base** - Recommended role: admin<br>Allows you to use the /walkspeed command.
1 change: 1 addition & 0 deletions docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Modules
[kick - ALlows you to kick a player from the server.](modules/kick.md)<br>
[kit - Give players certain items on use of a command.](modules/kit.md)<br>
[mute - Allows you to mute a player and the player won't be able to send chat, but will be able to see the chat.](modules/mute.md)<br>
[nick - Allows players to change their display name.](modules/nick.md)<br>
[personalmessage - Send private messages to other players.](modules/personalmessage.md)<br>
[poke - Hear a configurable sound when someone says your name in chat.](modules/poke.md)<br>
[random - Generate random numbers with a simple command](modules/random.md)<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/broadcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Broadcast
Broadcast custom messages over the server.

Commands: <br>
* **[/broadcast \<Message…\>](../commands/broadcast.md)**<br>Send a message to everyone on the server.
* **[/broadcast \<Message…\>](../commands/broadcast.md)**<br>Send messages to everyone on the server.

Permissions: <br>
* **uc.broadcast.broadcast.base** - Recommended role: admin<br>Allows you to use the /broadcast command.
6 changes: 3 additions & 3 deletions docs/modules/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Default
The default module of ultimatecore containing the /ultimatecore command.

Commands: <br>
* **[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules](../commands/ultimatecore.md)**<br>The UltimateCore base command.
* **[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules|](../commands/ultimatecore.md)**<br>The UltimateCore base command.

Permissions: <br>
* **uc.default.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /gendocs command.
* **uc.ultimatecore.ultimatecore.base** - Recommended role: owner<br>Allows you to use the /ultimatecore command.
* **uc.default.ultimatecore.base** - Recommended role: owner<br>Allows you to use the /ultimatecore command.
* **uc.default.ultimatecore.clearcache.base** - Recommended role: nobody<br>Allows you to use the /clearcache command.
* **uc.default.ultimatecore.resetuser.base** - Recommended role: nobody<br>Allows you to use the /resetuser command.
* **uc.default.ultimatecore.modules.base** - Recommended role: nobody<br>Allows you to use the /modules command.
* **uc.default.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /gendocs command.
* **uc.default.ultimatecore.error.base** - Recommended role: nobody<br>Allows you to use the /error command.
* **uc.default.ultimatecore.reload.base** - Recommended role: nobody<br>Allows you to use the /reload command.
* **uc.ultimatecore.ultimatecore.base** - Recommended role: owner<br>Allows you to use the /ultimatecore command.
6 changes: 6 additions & 0 deletions docs/modules/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Allows you toggle whether a player is able to fly.

Commands: <br>
* **[/fly \[Player\]](../commands/fly.md)**<br>Toggle someone's fly status.
* **[/flyspeed \<Speed\> \[Player\]](../commands/flyspeed.md)**<br>Change a player's flyspeed. (1 by default)
* **[/walkspeed \<Speed\> \[Player\]](../commands/walkspeed.md)**<br>Change a player's walkspeed. (1 by default)
* **[/speed \<Speed\> \[Player\]](../commands/speed.md)**<br>Change a player's flyspeed if he is flying, or else the player's walkspeed. (1 by default)

Permissions: <br>
* **uc.fly.fly.base** - Recommended role: admin<br>Allows you to change your own fly state.
* **uc.fly.fly.others** - Recommended role: admin<br>Allows you to change other player's fly state.
* **uc.fly.flyspeed.base** - Recommended role: admin<br>Allows you to use the /flyspeed command.
* **uc.fly.walkspeed.base** - Recommended role: admin<br>Allows you to use the /walkspeed command.
* **uc.fly.speed.base** - Recommended role: admin<br>Allows you to use the /speed command.
2 changes: 1 addition & 1 deletion docs/modules/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Commands: <br>

Permissions: <br>
* **uc.inventory.clearinventory.base** - Recommended role: admin<br>Allows you to use the /clearinventory command.
* **others** - Recommended role: admin<br>Allows you to use the /clearinventory command on other players
* **uc.inventory.clearinventory.others** - Recommended role: admin<br>Allows you to use the /clearinventory command on other players
1 change: 1 addition & 0 deletions docs/modules/kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Permissions: <br>
* **uc.kitlist.base** - Recommended role: everyone<br>Allows you to see a list of all kits.
* **uc.kit.createkit.base** - Recommended role: admin<br>Allows you to use the createkit command.
* **uc.kit.removekit.base** - Recommended role: admin<br>Allows you to use the removekit command.
* **uc.kit.cooldown.exempt** - Recommended role: admin<br>Allows you to bypass a kit's cooldown.
17 changes: 17 additions & 0 deletions docs/modules/nick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Nick
====
Allows players to change their display name.

Commands: <br>
* **[/nick \<Nick\> \[Player\]](../commands/nick.md)**<br>Give someone a custom name.
* **[/delnick \[Player\]](../commands/delnick.md)**<br>Remove a player's nickname.

Permissions: <br>
* **uc.nick.nick.base** - Recommended role: vip<br>Allows you to use the /nick command.
* **uc.nick.nick.color.<COLOR>** - Recommended role: vip<br>Allows you to use a certain color in nicknames.
* **uc.nick.nick.others.base** - Recommended role: admin<br>Allows you to change other people's nicknames.
* **uc.nick.nick.others.color.<COLOR>** - Recommended role: admin<br>Allows you to use a certain color in other people's nicknames.
* **uc.nick.nick.style.<STYLE>** - Recommended role: vip<br>Allows you to use a certain style in nicknames.
* **uc.nick.nick.others.style.<STYLE>** - Recommended role: admin<br>Allows you to use a certain style in other people's nicknames.
* **uc.nick.delnick.base** - Recommended role: vip<br>Allows you to use the /delnick command.
* **uc.nick.delnick.others.base** - Recommended role: admin<br>Allows you to remove other people's nicknames.
4 changes: 0 additions & 4 deletions docs/modules/tablist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Tablist
====
Modify the tablist to look however you want, including headers and footers.


Permission options: <br>
* **uc.tablist.group**<br>Which section in the config is used for tablist formatting.
6 changes: 6 additions & 0 deletions docs/modules/teleport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Commands: <br>
* **[/teleportaskhere \<Player\>](../commands/teleportaskhere.md)**<br>Ask to teleport a player to you.
* **[/teleportaccept \[Tpid\]](../commands/teleportaccept.md)**<br>Accept the specified request, or the most recent one.
* **[/teleportdeny \[Tpid\]](../commands/teleportdeny.md)**<br>Deny the specified request, or the most recent one.
* **[/teleporthere \<Entities\>](../commands/teleporthere.md)**<br>Teleport someone to you.
* **[/teleportall](../commands/teleportall.md)**<br>Teleport everyone to you.
* **[/teleportaskallhere](../commands/teleportaskallhere.md)**<br>Ask everyone to teleport to you.
* **[/teleport \[Player\] \<Player\> OR /teleport \[Player\] \<X\> \[Y\] \<Z\> \[\<Yaw\> \<Pitch\>\]](../commands/teleport.md)**<br>Teleport a player or yourself to another player or certain coordinates.

Permissions: <br>
Expand All @@ -18,3 +21,6 @@ Permissions: <br>
* **uc.teleport.teleportaskhere.base** - Recommended role: everyone<br>Allows you to use the teleportaskhere command
* **uc.teleport.teleportaccept.base** - Recommended role: everyone<br>Allows you to use the teleportaccept command
* **uc.teleport.teleportdeny.base** - Recommended role: everyone<br>Allows you to use the teleportdeny command
* **uc.teleport.teleporthere.base** - Recommended role: admin<br>Allows you to use the /teleporthere command.
* **uc.teleport.teleportall.base** - Recommended role: admin<br>Allows you to use the /teleportall command.
* **uc.teleport.teleportaskallhere.base** - Recommended role: admin<br>Allows you to use the /teleportaskallhere command.
Loading

0 comments on commit 9a11074

Please sign in to comment.