Skip to content

Commit

Permalink
Release v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Feb 25, 2017
1 parent 9ce9f73 commit 580409c
Show file tree
Hide file tree
Showing 47 changed files with 381 additions and 113 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
//Project details
description "All you need to set up a server and more!"
group "bammerbom"
version "3.0.7-SNAPSHOT"
version "3.0.7"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
41 changes: 26 additions & 15 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Commands
[/adventure \[Player\] - Change someone's gamemode to adventure.](commands/adventure.md)<br>
[/afk \[Player\] \[Message…\] - Toggle whether a player is marked as away-from-keyboard.](commands/afk.md)<br>
[/back - Teleport back to the location you were before you teleported.](commands/back.md)<br>
[/broadcast ?|\<Message…\> - Send a message to everyone on the server.](commands/broadcast.md)<br>
[/ban \<Player/IP\> \[Time\] \[Reason…\] - Ban a player or an ip address, for a certain time and reason.](commands/ban.md)<br>
[/biometeleport \<Biome\> - Teleport to a specific biome.](commands/biometeleport.md)<br>
[/break - Break the block you are looking at.](commands/break.md)<br>
[/broadcast \<Message…\> - Send a message to everyone on the server.](commands/broadcast.md)<br>
[/burn \<Player\> \[Time\] - Set people on fire.](commands/burn.md)<br>
[/clearinventory ?|\[Player\] - Remove all items from someone's inventory.](commands/clearinventory.md)<br>
[/clearinventory \[Player\] - Remove all items from someone's inventory.](commands/clearinventory.md)<br>
[/commandspy \[Player\] - Toggle a player's or your own commandspy status.](commands/commandspy.md)<br>
[/country \<Player\> - View the country where a player is from.](commands/country.md)<br>
[/createkit \<Name\> \[Cooldown\] \[Description…\] - Create a kit with the contents of your inventory.](commands/createkit.md)<br>
Expand All @@ -18,20 +21,21 @@ 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>
[/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>
[/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>
[/god \[Player\] - Toggle your or someone else's god mode.](commands/god.md)<br>
[/groupspawn \[Player\] \[Group\] - Teleport someone to a group spawn.](commands/groupspawn.md)<br>
[/hat ?|\[Player\] - Put the item in your hand on your hat.](commands/hat.md)<br>
[/hat \[Player\] - Put the item in your hand on your hat.](commands/hat.md)<br>
[/heal \[Player\] - Heal a player.](commands/heal.md)<br>
[/home \[Home\] - Teleport to your home.](commands/home.md)<br>
[/homelist - View a list of your homes.](commands/homelist.md)<br>
[/ip \<Player\> - View the ip address of a player.](commands/ip.md)<br>
[/itemcanbreak \<Blocktypes…\> - Change the blocks this item can break.](commands/itemcanbreak.md)<br>
[/itemcanplaceon \<Blocktypes…\> - Change the blocks this item can be placed on.](commands/itemcanplaceon.md)<br>
[/itemdurability \<Durability\> - Change the durability of the item in your hand.](commands/itemdurability.md)<br>
Expand All @@ -48,15 +52,18 @@ Commands
[/kickall \[Reason…\] - Kick all players from the server.](commands/kickall.md)<br>
[/kit \[Kit\] - Use a certain kit.](commands/kit.md)<br>
[/kitlist - Get a paginated list of all kits.](commands/kitlist.md)<br>
[/list - View a list of online players.](commands/list.md)<br>
[/mail read|clear|send|delete| - Send, receive or clear your mail.](commands/mail.md)<br>
[/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>
[/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>
[/ping ?|\[Player\] - View a player's ping.](commands/ping.md)<br>
[/ping \[Player\] - View a player's ping.](commands/ping.md)<br>
[/rain \[World\] - Change the weather to rain.](commands/rain.md)<br>
[/random \<Min\> \[Second\] - Generate a random number between two values.](commands/random.md)<br>
[/randomteleport - Teleport to a random location nearby.](commands/randomteleport.md)<br>
[/removekit \<Kit\> - Permanently delete a kit.](commands/removekit.md)<br>
[/repair \[All\] - Repair the item in your hand, or all items in your inventory.](commands/repair.md)<br>
[/reply \<Message…\> - Send a private message to the person who last private messaged you.](commands/reply.md)<br>
Expand All @@ -68,31 +75,35 @@ Commands
[/setjail \<Jail\> \[Description…\] - Create a new jail with your current location.](commands/setjail.md)<br>
[/setmaxhealth \<Health\> \[Player\] - Set the max health of a player.](commands/setmaxhealth.md)<br>
[/setwarp \<Name\> \[Description…\] - Create a new warp with the specified name and description.](commands/setwarp.md)<br>
[/signedit \<Line\> \<Text…\> - Edit the sign you are looking at.](commands/signedit.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>
[/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>
[/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>
[/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>
[/teleporthere \<Entities\> - Teleport someone to you.](commands/teleporthere.md)<br>
[/thunder \[World\] - Change the weather to thunder.](commands/thunder.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>
[/time add|set|query|night|enable|disable|day|\[Time\] - Time-related actions.](commands/time.md)<br>
[/top - Teleport to a random location nearby.](commands/top.md)<br>
[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules| - The UltimateCore base command.](commands/ultimatecore.md)<br>
[/unban Player/IP - Unban a player or ip address.](commands/unban.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>
[/uuid \<Player\> - View the uuid of a player.](commands/uuid.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>
[/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>
[/world setdifficulty|import|setkeepspawnloaded|teleport|sethardcore|setpvp|delete|enable|create|info|setloadonstartup|setgamemode|gamerule|disable|setworldspawn|?| - World management command.](commands/world.md)<br>
[/world setdifficulty|worlds|import|setkeepspawnloaded|teleport|sethardcore|setpvp|delete|enable|create|info|setloadonstartup|setgamemode|gamerule|disable|setworldspawn| - World management command.](commands/world.md)<br>
13 changes: 13 additions & 0 deletions docs/commands/ban.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Ban
====
Ban a player or an ip address, for a certain time and reason.

Usage: /ban \<Player/IP\> \[Time\] \[Reason…\]<br>
Aliases: ban, banip, ipban, bantemp, tempban<br>
Module: [ban](../modules/ban.md)<br>

Basic permission: uc.ban.ban.base<br>
Basic role: mod<br>

Permissions: <br>
* **uc.ban.ban.base** - Recommended role: mod<br>Allows you to use the /ban command.
13 changes: 13 additions & 0 deletions docs/commands/biometeleport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Biometeleport
====
Teleport to a specific biome.

Usage: /biometeleport \<Biome\><br>
Aliases: biometeleport, biometp, btp, bteleport<br>
Module: [teleport](../modules/teleport.md)<br>

Basic permission: uc.teleport.biometeleport.base<br>
Basic role: mod<br>

Permissions: <br>
* **uc.teleport.biometeleport.base** - Recommended role: mod<br>Allows you to use the /biometeleport command.
13 changes: 13 additions & 0 deletions docs/commands/break.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Break
====
Break the block you are looking at.

Usage: /break<br>
Aliases: break, blockzap, zapblock<br>
Module: [blockinfo](../modules/blockinfo.md)<br>

Basic permission: uc.blockinfo.break.base<br>
Basic role: nobody<br>

Permissions: <br>
* **uc.blockinfo.break.base** - Recommended role: nobody<br>Allows you to use the /break command.
2 changes: 1 addition & 1 deletion docs/commands/broadcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Broadcast
====
Send a message to everyone on the server.

Usage: /broadcast ?|\<Message…\><br>
Usage: /broadcast \<Message…\><br>
Aliases: broadcast, bc<br>
Module: [broadcast](../modules/broadcast.md)<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 @@ -2,7 +2,7 @@ Clearinventory
====
Remove all items from someone's inventory.

Usage: /clearinventory ?|\[Player\]<br>
Usage: /clearinventory \[Player\]<br>
Aliases: clearinventory, clear, ci<br>
Module: [inventory](../modules/inventory.md)<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/delnick.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Delnick
====
Remove a player's nickname.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/flyspeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flyspeed
====
Change a player's flyspeed. (1 by default)

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

Expand Down
14 changes: 14 additions & 0 deletions docs/commands/hat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Hat
====
Put the item in your hand on your hat.

Usage: /hat \[Player\]<br>
Aliases: hat<br>
Module: [item](../modules/item.md)<br>

Basic permission: uc.item.hat.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.item.hat.base** - Recommended role: vip<br>Allows you to use the /hat command.
* **uc.item.hat.others** - Recommended role: admin<br>Allows you to use the hat command on other players.
13 changes: 13 additions & 0 deletions docs/commands/ip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Ip
====
View the ip address of a player.

Usage: /ip \<Player\><br>
Aliases: ip<br>
Module: [ban](../modules/ban.md)<br>

Basic permission: uc.ban.ip.base<br>
Basic role: nobody<br>

Permissions: <br>
* **uc.ban.ip.base** - Recommended role: nobody<br>Allows you to use the /ip command.
14 changes: 14 additions & 0 deletions docs/commands/list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
List
====
View a list of online players.

Usage: /list<br>
Aliases: list, players, ls, who, online, plist<br>
Module: [playerinfo](../modules/playerinfo.md)<br>

Basic permission: uc.playerinfo.list.base<br>
Basic role: everyone<br>

Permissions: <br>
* **uc.playerinfo.list.base** - Recommended role: everyone<br>Allows you to use the /list command.
* **uc.playerinfo.list.seevanish** - Recommended role: mod<br>Allows you to see vanished players in the /list command
17 changes: 17 additions & 0 deletions docs/commands/mail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Mail
====
Send, receive or clear your mail.

Usage: /mail read|clear|send|delete|<br>
Aliases: mail<br>
Module: [mail](../modules/mail.md)<br>

Basic permission: uc.mail.mail.base<br>
Basic role: everyone<br>

Permissions: <br>
* **uc.mail.mail.base** - Recommended role: everyone<br>Allows you to use the /mail command.
* **uc.mail.mail.read.base** - Recommended role: nobody<br>Allows you to use the /mail read command.
* **uc.mail.mail.send.base** - Recommended role: nobody<br>Allows you to use the /mail send command.
* **uc.mail.mail.clear.base** - Recommended role: nobody<br>Allows you to use the /mail clear command.
* **uc.mail.mail.delete.base** - Recommended role: nobody<br>Allows you to use the /mail delete command.
2 changes: 1 addition & 1 deletion docs/commands/nick.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Nick
====
Give someone a custom name.

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

Expand Down
14 changes: 14 additions & 0 deletions docs/commands/ping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Ping
====
View a player's ping.

Usage: /ping \[Player\]<br>
Aliases: ping, pong, latency<br>
Module: [playerinfo](../modules/playerinfo.md)<br>

Basic permission: uc.playerinfo.ping.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.playerinfo.ping.base** - Recommended role: vip<br>Allows you to use the /ping command.
* **uc.playerinfo.ping.others** - Recommended role: vip<br>Allows you to use the /ping command on other players.
13 changes: 13 additions & 0 deletions docs/commands/randomteleport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Randomteleport
====
Teleport to a random location nearby.

Usage: /randomteleport<br>
Aliases: randomteleport, randomtp, rtp, rteleport<br>
Module: [teleport](../modules/teleport.md)<br>

Basic permission: uc.teleport.randomteleport.base<br>
Basic role: mod<br>

Permissions: <br>
* **uc.teleport.randomteleport.base** - Recommended role: mod<br>Allows you to use the /randomteleport command.
13 changes: 13 additions & 0 deletions docs/commands/signedit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Signedit
====
Edit the sign you are looking at.

Usage: /signedit \<Line\> \<Text…\><br>
Aliases: signedit, editsign<br>
Module: [sign](../modules/sign.md)<br>

Basic permission: uc.sign.signedit.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.sign.signedit.base** - Recommended role: vip<br>Allows you to use the /signedit command.
2 changes: 1 addition & 1 deletion docs/commands/speed.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Speed
====
Change a player's flyspeed if he is flying, or else the player's walkspeed. (1 by default)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/teleportall.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Teleportall
====
Teleport everyone to you.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/teleportaskallhere.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Teleportaskallhere
====
Ask everyone to teleport to you.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/teleporthere.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Teleporthere
====
Teleport someone to you.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Time
====
Time-related actions.

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

Expand Down
13 changes: 13 additions & 0 deletions docs/commands/top.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Top
====
Teleport to a random location nearby.

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

Basic permission: uc.teleport.top.base<br>
Basic role: nobody<br>

Permissions: <br>
* **uc.teleport.top.base** - Recommended role: nobody<br>Allows you to use the /top 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/unban.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Unban
====
Unban a player or ip address.

Usage: /unban Player/IP<br>
Aliases: unban, pardon, unbanip, pardonip, ipunban, ippardon<br>
Module: [ban](../modules/ban.md)<br>

Basic permission: uc.ban.unban.base<br>
Basic role: nobody<br>

Permissions: <br>
* **uc.ban.unban.base** - Recommended role: nobody<br>Allows you to use the /unban command.
Loading

0 comments on commit 580409c

Please sign in to comment.