Skip to content

Commit b8185b2

Browse files
author
Jonathan
committed
Release v3.0.8
1 parent a23d478 commit b8185b2

33 files changed

+3666
-152
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
//Project details
1111
description "All you need to set up a server and more!"
1212
group "bammerbom"
13-
version "3.0.8-SNAPSHOT"
13+
version "3.0.8"
1414

1515
sourceCompatibility = 1.8
1616
targetCompatibility = 1.8

docs/commands.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Commands
3535
[/heal \[Player\] - Heal a player.](commands/heal.md)<br>
3636
[/home \[Home\] - Teleport to your home.](commands/home.md)<br>
3737
[/homelist - View a list of your homes.](commands/homelist.md)<br>
38+
[/invsee \<Player\> - View and edit a player's inventory.](commands/invsee.md)<br>
3839
[/ip \<Player\> - View the ip address of a player.](commands/ip.md)<br>
3940
[/itemcanbreak \<Blocktypes…\> - Change the blocks this item can break.](commands/itemcanbreak.md)<br>
4041
[/itemcanplaceon \<Blocktypes…\> - Change the blocks this item can be placed on.](commands/itemcanplaceon.md)<br>
@@ -95,7 +96,7 @@ Commands
9596
[/thunder \[World\] - Change the weather to thunder.](commands/thunder.md)<br>
9697
[/time add|set|query|night|enable|disable|day|\[Time\] - Time-related actions.](commands/time.md)<br>
9798
[/top - Teleport to a random location nearby.](commands/top.md)<br>
98-
[/ultimatecore gendocs|reload|clearcache|resetuser|error|modules| - The UltimateCore base command.](commands/ultimatecore.md)<br>
99+
[/ultimatecore gendocs|reload|setuppermissions|clearcache|resetuser|error|modules| - The UltimateCore base command.](commands/ultimatecore.md)<br>
99100
[/unban Player/IP - Unban a player or ip address.](commands/unban.md)<br>
100101
[/undeaf \<Player\> - Make a player no longer deaf.](commands/undeaf.md)<br>
101102
[/unjail \<Player\> - Unjail a player.](commands/unjail.md)<br>
@@ -106,4 +107,5 @@ Commands
106107
[/warp \[Warp\] - Teleport yourself to the specified warp.](commands/warp.md)<br>
107108
[/warplist - Get a paginated list of all warps.](commands/warplist.md)<br>
108109
[/weather sun/rain/thunder \[World\] - Change the weather to sun, rain or thunder.](commands/weather.md)<br>
110+
[/workbench - Opens a workbench inventory for you.](commands/workbench.md)<br>
109111
[/world setdifficulty|worlds|import|setkeepspawnloaded|teleport|sethardcore|setpvp|delete|enable|create|info|setloadonstartup|setgamemode|gamerule|disable|setworldspawn| - World management command.](commands/world.md)<br>

docs/commands/break.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Aliases: break, blockzap, zapblock<br>
77
Module: [blockinfo](../modules/blockinfo.md)<br>
88

99
Basic permission: uc.blockinfo.break.base<br>
10-
Basic role: nobody<br>
10+
Basic role: admin<br>
1111

1212
Permissions: <br>
13-
* **uc.blockinfo.break.base** - Recommended role: nobody<br>Allows you to use the /break command.
13+
* **uc.blockinfo.break.base** - Recommended role: admin<br>Allows you to use the /break command.

docs/commands/day.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Basic role: admin<br>
1111

1212
Permissions: <br>
1313
* **uc.time.time.day** - Recommended role: admin<br>Allows you to set the time to day.
14-
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
14+
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.

docs/commands/invsee.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Invsee
2+
====
3+
View and edit a player's inventory.
4+
5+
Usage: /invsee \<Player\><br>
6+
Aliases: invsee, inventory, inv, openinventory, openinv<br>
7+
Module: [inventory](../modules/inventory.md)<br>
8+
9+
Basic permission: uc.inventory.invsee.base<br>
10+
Basic role: admin<br>
11+
12+
Permissions: <br>
13+
* **uc.inventory.invsee.base** - Recommended role: admin<br>Allows you to use the /invsee command.
14+
* **uc.inventory.invsee.modify** - Recommended role: admin<br>Allows you to modify a player's inventory.
15+
* **uc.inventory.invsee.offline** - Recommended role: admin<br>Allows you to target an offline player.

docs/commands/ip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Aliases: ip<br>
77
Module: [ban](../modules/ban.md)<br>
88

99
Basic permission: uc.ban.ip.base<br>
10-
Basic role: nobody<br>
10+
Basic role: mod<br>
1111

1212
Permissions: <br>
13-
* **uc.ban.ip.base** - Recommended role: nobody<br>Allows you to use the /ip command.
13+
* **uc.ban.ip.base** - Recommended role: mod<br>Allows you to use the /ip command.

docs/commands/mail.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Basic role: everyone<br>
1111

1212
Permissions: <br>
1313
* **uc.mail.mail.base** - Recommended role: everyone<br>Allows you to use the /mail command.
14-
* **uc.mail.mail.read.base** - Recommended role: nobody<br>Allows you to use the /mail read command.
15-
* **uc.mail.mail.send.base** - Recommended role: nobody<br>Allows you to use the /mail send command.
16-
* **uc.mail.mail.clear.base** - Recommended role: nobody<br>Allows you to use the /mail clear command.
17-
* **uc.mail.mail.delete.base** - Recommended role: nobody<br>Allows you to use the /mail delete command.
14+
* **uc.mail.mail.read.base** - Recommended role: everyone<br>Allows you to use the /mail read command.
15+
* **uc.mail.mail.send.base** - Recommended role: everyone<br>Allows you to use the /mail send command.
16+
* **uc.mail.mail.clear.base** - Recommended role: everyone<br>Allows you to use the /mail clear command.
17+
* **uc.mail.mail.delete.base** - Recommended role: everyone<br>Allows you to use the /mail delete command.

docs/commands/night.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Basic role: admin<br>
1111

1212
Permissions: <br>
1313
* **uc.time.time.night** - Recommended role: admin<br>Allows you to set the time to night.
14-
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
14+
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.

docs/commands/time.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Aliases: time<br>
77
Module: [time](../modules/time.md)<br>
88

99
Basic permission: uc.time.time.base<br>
10-
Basic role: nobody<br>
10+
Basic role: mod<br>
1111

1212
Permissions: <br>
13-
* **uc.time.time.base** - Recommended role: nobody<br>Allows you to use the /time command.
14-
* **uc.time.time.add.base** - Recommended role: nobody<br>Allows you to use the /time add command.
15-
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /time day command.
16-
* **uc.time.time.disable.base** - Recommended role: nobody<br>Allows you to use the /time disable command.
17-
* **uc.time.time.enable.base** - Recommended role: nobody<br>Allows you to use the /time enable command.
18-
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /time night command.
19-
* **uc.time.time.query.base** - Recommended role: nobody<br>Allows you to use the /time query command.
20-
* **uc.time.time.set.base** - Recommended role: nobody<br>Allows you to use the /time set command.
21-
* **uc.time.time.day.base** - Recommended role: nobody<br>Allows you to use the /time day command.
22-
* **uc.time.time.night.base** - Recommended role: nobody<br>Allows you to use the /time night command.
13+
* **uc.time.time.base** - Recommended role: mod<br>Allows you to use the /time command.
14+
* **uc.time.time.add.base** - Recommended role: mod<br>Allows you to use the /time add command.
15+
* **uc.time.time.day.base** - Recommended role: mod<br>Allows you to use the /time day command.
16+
* **uc.time.time.disable.base** - Recommended role: admin<br>Allows you to use the /time disable command.
17+
* **uc.time.time.enable.base** - Recommended role: admin<br>Allows you to use the /time enable command.
18+
* **uc.time.time.night.base** - Recommended role: mod<br>Allows you to use the /time night command.
19+
* **uc.time.time.query.base** - Recommended role: everyone<br>Allows you to use the /time query command.
20+
* **uc.time.time.set.base** - Recommended role: mod<br>Allows you to use the /time set command.
21+
* **uc.time.time.day.base** - Recommended role: mod<br>Allows you to use the /time day command.
22+
* **uc.time.time.night.base** - Recommended role: mod<br>Allows you to use the /time night command.

docs/commands/top.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Aliases: top, highestblock<br>
77
Module: [teleport](../modules/teleport.md)<br>
88

99
Basic permission: uc.teleport.top.base<br>
10-
Basic role: nobody<br>
10+
Basic role: mod<br>
1111

1212
Permissions: <br>
13-
* **uc.teleport.top.base** - Recommended role: nobody<br>Allows you to use the /top command.
13+
* **uc.teleport.top.base** - Recommended role: mod<br>Allows you to use the /top command.

docs/commands/ultimatecore.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ Ultimatecore
22
====
33
The UltimateCore base command.
44

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

9-
Basic permission: uc.default.ultimatecore.base<br>
10-
Basic role: owner<br>
9+
Basic permission: uc.core.ultimatecore.base<br>
10+
Basic role: admin<br>
1111

1212
Permissions: <br>
13-
* **uc.default.ultimatecore.base** - Recommended role: owner<br>Allows you to use the /ultimatecore command.
14-
* **uc.default.ultimatecore.clearcache.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore clearcache command.
15-
* **uc.default.ultimatecore.resetuser.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore resetuser command.
16-
* **uc.default.ultimatecore.modules.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore modules command.
17-
* **uc.default.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore gendocs command.
18-
* **uc.default.ultimatecore.error.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore error command.
19-
* **uc.default.ultimatecore.reload.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore reload command.
13+
* **uc.core.ultimatecore.base** - Recommended role: admin<br>Allows you to use the /ultimatecore command.
14+
* **uc.core.ultimatecore.clearcache.base** - Recommended role: owner<br>Allows you to use the /ultimatecore clearcache command.
15+
* **uc.core.ultimatecore.resetuser.base** - Recommended role: owner<br>Allows you to use the /ultimatecore resetuser command.
16+
* **uc.core.ultimatecore.modules.base** - Recommended role: admin<br>Allows you to use the /ultimatecore modules command.
17+
* **uc.core.ultimatecore.gendocs.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore gendocs command.
18+
* **uc.core.ultimatecore.error.base** - Recommended role: nobody<br>Allows you to use the /ultimatecore error command.
19+
* **uc.core.ultimatecore.reload.base** - Recommended role: admin<br>Allows you to use the /ultimatecore reload command.
20+
* **uc.core.ultimatecore.setuppermissions.base** - Recommended role: owner<br>Allows you to use the /ultimatecore setuppermissions command.

docs/commands/unban.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Aliases: unban, pardon, unbanip, pardonip, ipunban, ippardon<br>
77
Module: [ban](../modules/ban.md)<br>
88

99
Basic permission: uc.ban.unban.base<br>
10-
Basic role: nobody<br>
10+
Basic role: mod<br>
1111

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

docs/commands/workbench.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Workbench
2+
====
3+
Opens a workbench inventory for you.
4+
5+
Usage: /workbench<br>
6+
Aliases: workbench, wb, craftingtable, ct<br>
7+
Module: [inventory](../modules/inventory.md)<br>
8+
9+
Basic permission: uc.inventory.workbench.base<br>
10+
Basic role: vip<br>
11+
12+
Permissions: <br>
13+
* **uc.inventory.workbench.base** - Recommended role: vip<br>Allows you to use the /workbench command.

docs/commands/world.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ Basic role: admin<br>
1111

1212
Permissions: <br>
1313
* **uc.world.world.base** - Recommended role: admin<br>Allows you to use the /world command.
14-
* **uc.world.world.create.base** - Recommended role: nobody<br>Allows you to use the /world create command.
15-
* **uc.world.world.delete.base** - Recommended role: nobody<br>Allows you to use the /world delete command.
16-
* **uc.world.world.disable.base** - Recommended role: nobody<br>Allows you to use the /world disable command.
17-
* **uc.world.world.enable.base** - Recommended role: nobody<br>Allows you to use the /world enable command.
18-
* **uc.world.world.gamerule.base** - Recommended role: nobody<br>Allows you to use the /world gamerule command.
19-
* **uc.world.world.import.base** - Recommended role: nobody<br>Allows you to use the /world import command.
20-
* **uc.world.world.worlds.base** - Recommended role: nobody<br>Allows you to use the /world worlds command.
21-
* **uc.world.world.info.base** - Recommended role: nobody<br>Allows you to use the /world info command.
22-
* **uc.world.world.setdifficulty.base** - Recommended role: nobody<br>Allows you to use the /world setdifficulty command.
23-
* **uc.world.world.setgamemode.base** - Recommended role: nobody<br>Allows you to use the /world setgamemode command.
24-
* **uc.world.world.sethardcore.base** - Recommended role: nobody<br>Allows you to use the /world sethardcore command.
25-
* **uc.world.world.setkeepspawnloaded.base** - Recommended role: nobody<br>Allows you to use the /world setkeepspawnloaded command.
26-
* **uc.world.world.setloadonstartup.base** - Recommended role: nobody<br>Allows you to use the /world setloadonstartup command.
27-
* **uc.world.world.setpvp.base** - Recommended role: nobody<br>Allows you to use the /world setpvp command.
28-
* **uc.world.world.setworldspawn.base** - Recommended role: nobody<br>Allows you to use the /world setworldspawn command.
29-
* **uc.world.world.setworldspawn.base** - Recommended role: nobody<br>Allows you to use the /world setworldspawn command.
30-
* **uc.world.world.teleport.base** - Recommended role: nobody<br>Allows you to use the /world teleport command.
14+
* **uc.world.world.create.base** - Recommended role: admin<br>Allows you to use the /world create command.
15+
* **uc.world.world.delete.base** - Recommended role: admin<br>Allows you to use the /world delete command.
16+
* **uc.world.world.disable.base** - Recommended role: admin<br>Allows you to use the /world disable command.
17+
* **uc.world.world.enable.base** - Recommended role: admin<br>Allows you to use the /world enable command.
18+
* **uc.world.world.gamerule.base** - Recommended role: admin<br>Allows you to use the /world gamerule command.
19+
* **uc.world.world.import.base** - Recommended role: admin<br>Allows you to use the /world import command.
20+
* **uc.world.world.worlds.base** - Recommended role: admin<br>Allows you to use the /world worlds command.
21+
* **uc.world.world.info.base** - Recommended role: admin<br>Allows you to use the /world info command.
22+
* **uc.world.world.setdifficulty.base** - Recommended role: admin<br>Allows you to use the /world setdifficulty command.
23+
* **uc.world.world.setgamemode.base** - Recommended role: admin<br>Allows you to use the /world setgamemode command.
24+
* **uc.world.world.sethardcore.base** - Recommended role: admin<br>Allows you to use the /world sethardcore command.
25+
* **uc.world.world.setkeepspawnloaded.base** - Recommended role: admin<br>Allows you to use the /world setkeepspawnloaded command.
26+
* **uc.world.world.setloadonstartup.base** - Recommended role: admin<br>Allows you to use the /world setloadonstartup command.
27+
* **uc.world.world.setpvp.base** - Recommended role: admin<br>Allows you to use the /world setpvp command.
28+
* **uc.world.world.setworldspawn.base** - Recommended role: admin<br>Allows you to use the /world setworldspawn command.
29+
* **uc.world.world.setworldspawn.base** - Recommended role: admin<br>Allows you to use the /world setworldspawn command.
30+
* **uc.world.world.teleport.base** - Recommended role: admin<br>Allows you to use the /world teleport command.

0 commit comments

Comments
 (0)