Skip to content

Commit

Permalink
Release v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Mar 8, 2017
1 parent a23d478 commit b8185b2
Show file tree
Hide file tree
Showing 33 changed files with 3,666 additions and 152 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.8-SNAPSHOT"
version "3.0.8"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 3 additions & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Commands
[/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>
[/invsee \<Player\> - View and edit a player's inventory.](commands/invsee.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>
Expand Down Expand Up @@ -95,7 +96,7 @@ Commands
[/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>
[/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>
[/ultimatecore gendocs|reload|setuppermissions|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>
Expand All @@ -106,4 +107,5 @@ Commands
[/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>
[/workbench - Opens a workbench inventory for you.](commands/workbench.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>
4 changes: 2 additions & 2 deletions docs/commands/break.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Aliases: break, blockzap, zapblock<br>
Module: [blockinfo](../modules/blockinfo.md)<br>

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

Permissions: <br>
* **uc.blockinfo.break.base** - Recommended role: nobody<br>Allows you to use the /break command.
* **uc.blockinfo.break.base** - Recommended role: admin<br>Allows you to use the /break command.
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: nobody<br>Allows you to use the /time command.
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.
15 changes: 15 additions & 0 deletions docs/commands/invsee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Invsee
====
View and edit a player's inventory.

Usage: /invsee \<Player\><br>
Aliases: invsee, inventory, inv, openinventory, openinv<br>
Module: [inventory](../modules/inventory.md)<br>

Basic permission: uc.inventory.invsee.base<br>
Basic role: admin<br>

Permissions: <br>
* **uc.inventory.invsee.base** - Recommended role: admin<br>Allows you to use the /invsee command.
* **uc.inventory.invsee.modify** - Recommended role: admin<br>Allows you to modify a player's inventory.
* **uc.inventory.invsee.offline** - Recommended role: admin<br>Allows you to target an offline player.
4 changes: 2 additions & 2 deletions docs/commands/ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Aliases: ip<br>
Module: [ban](../modules/ban.md)<br>

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

Permissions: <br>
* **uc.ban.ip.base** - Recommended role: nobody<br>Allows you to use the /ip command.
* **uc.ban.ip.base** - Recommended role: mod<br>Allows you to use the /ip command.
8 changes: 4 additions & 4 deletions docs/commands/mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.
* **uc.mail.mail.read.base** - Recommended role: everyone<br>Allows you to use the /mail read command.
* **uc.mail.mail.send.base** - Recommended role: everyone<br>Allows you to use the /mail send command.
* **uc.mail.mail.clear.base** - Recommended role: everyone<br>Allows you to use the /mail clear command.
* **uc.mail.mail.delete.base** - Recommended role: everyone<br>Allows you to use the /mail delete command.
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: nobody<br>Allows you to use the /time command.
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.
22 changes: 11 additions & 11 deletions docs/commands/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Aliases: time<br>
Module: [time](../modules/time.md)<br>

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

Permissions: <br>
* **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 /time add command.
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /time day command.
* **uc.time.time.disable.base** - Recommended role: nobody<br>Allows you to use the /time disable command.
* **uc.time.time.enable.base** - Recommended role: nobody<br>Allows you to use the /time enable command.
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /time night command.
* **uc.time.time.query.base** - Recommended role: nobody<br>Allows you to use the /time query command.
* **uc.time.time.set.base** - Recommended role: nobody<br>Allows you to use the /time set command.
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /time day command.
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /time night command.
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.
* **uc.time.time.add.base** - Recommended role: mod<br>Allows you to use the /time add command.
* **uc.time.time.day.base** - Recommended role: mod<br>Allows you to use the /time day command.
* **uc.time.time.disable.base** - Recommended role: admin<br>Allows you to use the /time disable command.
* **uc.time.time.enable.base** - Recommended role: admin<br>Allows you to use the /time enable command.
* **uc.time.time.night.base** - Recommended role: mod<br>Allows you to use the /time night command.
* **uc.time.time.query.base** - Recommended role: everyone<br>Allows you to use the /time query command.
* **uc.time.time.set.base** - Recommended role: mod<br>Allows you to use the /time set command.
* **uc.time.time.day.base** - Recommended role: mod<br>Allows you to use the /time day command.
* **uc.time.time.night.base** - Recommended role: mod<br>Allows you to use the /time night command.
4 changes: 2 additions & 2 deletions docs/commands/top.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Aliases: top, highestblock<br>
Module: [teleport](../modules/teleport.md)<br>

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

Permissions: <br>
* **uc.teleport.top.base** - Recommended role: nobody<br>Allows you to use the /top command.
* **uc.teleport.top.base** - Recommended role: mod<br>Allows you to use the /top command.
23 changes: 12 additions & 11 deletions docs/commands/ultimatecore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ Ultimatecore
====
The UltimateCore base command.

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

Basic permission: uc.default.ultimatecore.base<br>
Basic role: owner<br>
Basic permission: uc.core.ultimatecore.base<br>
Basic role: admin<br>

Permissions: <br>
* **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 /ultimatecore clearcache command.
* **uc.default.ultimatecore.resetuser.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore resetuser command.
* **uc.default.ultimatecore.modules.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore modules command.
* **uc.default.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore gendocs command.
* **uc.default.ultimatecore.error.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore error command.
* **uc.default.ultimatecore.reload.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore reload command.
* **uc.core.ultimatecore.base** - Recommended role: admin<br>Allows you to use the /ultimatecore command.
* **uc.core.ultimatecore.clearcache.base** - Recommended role: owner<br>Allows you to use the /ultimatecore clearcache command.
* **uc.core.ultimatecore.resetuser.base** - Recommended role: owner<br>Allows you to use the /ultimatecore resetuser command.
* **uc.core.ultimatecore.modules.base** - Recommended role: admin<br>Allows you to use the /ultimatecore modules command.
* **uc.core.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore gendocs command.
* **uc.core.ultimatecore.error.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore error command.
* **uc.core.ultimatecore.reload.base** - Recommended role: admin<br>Allows you to use the /ultimatecore reload command.
* **uc.core.ultimatecore.setuppermissions.base** - Recommended role: owner<br>Allows you to use the /ultimatecore setuppermissions command.
4 changes: 2 additions & 2 deletions docs/commands/unban.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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>
Basic role: mod<br>

Permissions: <br>
* **uc.ban.unban.base** - Recommended role: nobody<br>Allows you to use the /unban command.
* **uc.ban.unban.base** - Recommended role: mod<br>Allows you to use the /unban command.
13 changes: 13 additions & 0 deletions docs/commands/workbench.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Workbench
====
Opens a workbench inventory for you.

Usage: /workbench<br>
Aliases: workbench, wb, craftingtable, ct<br>
Module: [inventory](../modules/inventory.md)<br>

Basic permission: uc.inventory.workbench.base<br>
Basic role: vip<br>

Permissions: <br>
* **uc.inventory.workbench.base** - Recommended role: vip<br>Allows you to use the /workbench command.
34 changes: 17 additions & 17 deletions docs/commands/world.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ Basic role: admin<br>

Permissions: <br>
* **uc.world.world.base** - Recommended role: admin<br>Allows you to use the /world command.
* **uc.world.world.create.base** - Recommended role: nobody<br>Allows you to use the /world create command.
* **uc.world.world.delete.base** - Recommended role: nobody<br>Allows you to use the /world delete command.
* **uc.world.world.disable.base** - Recommended role: nobody<br>Allows you to use the /world disable command.
* **uc.world.world.enable.base** - Recommended role: nobody<br>Allows you to use the /world enable command.
* **uc.world.world.gamerule.base** - Recommended role: nobody<br>Allows you to use the /world gamerule command.
* **uc.world.world.import.base** - Recommended role: nobody<br>Allows you to use the /world import command.
* **uc.world.world.worlds.base** - Recommended role: nobody<br>Allows you to use the /world worlds command.
* **uc.world.world.info.base** - Recommended role: nobody<br>Allows you to use the /world info command.
* **uc.world.world.setdifficulty.base** - Recommended role: nobody<br>Allows you to use the /world setdifficulty command.
* **uc.world.world.setgamemode.base** - Recommended role: nobody<br>Allows you to use the /world setgamemode command.
* **uc.world.world.sethardcore.base** - Recommended role: nobody<br>Allows you to use the /world sethardcore command.
* **uc.world.world.setkeepspawnloaded.base** - Recommended role: nobody<br>Allows you to use the /world setkeepspawnloaded command.
* **uc.world.world.setloadonstartup.base** - Recommended role: nobody<br>Allows you to use the /world setloadonstartup command.
* **uc.world.world.setpvp.base** - Recommended role: nobody<br>Allows you to use the /world setpvp command.
* **uc.world.world.setworldspawn.base** - Recommended role: nobody<br>Allows you to use the /world setworldspawn command.
* **uc.world.world.setworldspawn.base** - Recommended role: nobody<br>Allows you to use the /world setworldspawn command.
* **uc.world.world.teleport.base** - Recommended role: nobody<br>Allows you to use the /world teleport command.
* **uc.world.world.create.base** - Recommended role: admin<br>Allows you to use the /world create command.
* **uc.world.world.delete.base** - Recommended role: admin<br>Allows you to use the /world delete command.
* **uc.world.world.disable.base** - Recommended role: admin<br>Allows you to use the /world disable command.
* **uc.world.world.enable.base** - Recommended role: admin<br>Allows you to use the /world enable command.
* **uc.world.world.gamerule.base** - Recommended role: admin<br>Allows you to use the /world gamerule command.
* **uc.world.world.import.base** - Recommended role: admin<br>Allows you to use the /world import command.
* **uc.world.world.worlds.base** - Recommended role: admin<br>Allows you to use the /world worlds command.
* **uc.world.world.info.base** - Recommended role: admin<br>Allows you to use the /world info command.
* **uc.world.world.setdifficulty.base** - Recommended role: admin<br>Allows you to use the /world setdifficulty command.
* **uc.world.world.setgamemode.base** - Recommended role: admin<br>Allows you to use the /world setgamemode command.
* **uc.world.world.sethardcore.base** - Recommended role: admin<br>Allows you to use the /world sethardcore command.
* **uc.world.world.setkeepspawnloaded.base** - Recommended role: admin<br>Allows you to use the /world setkeepspawnloaded command.
* **uc.world.world.setloadonstartup.base** - Recommended role: admin<br>Allows you to use the /world setloadonstartup command.
* **uc.world.world.setpvp.base** - Recommended role: admin<br>Allows you to use the /world setpvp command.
* **uc.world.world.setworldspawn.base** - Recommended role: admin<br>Allows you to use the /world setworldspawn command.
* **uc.world.world.setworldspawn.base** - Recommended role: admin<br>Allows you to use the /world setworldspawn command.
* **uc.world.world.teleport.base** - Recommended role: admin<br>Allows you to use the /world teleport command.
Loading

0 comments on commit b8185b2

Please sign in to comment.