ModGPL-3.0-only
BlueIce Server Tweaks
A simple mod that adds a few useful server-side features.
13
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About BlueIce Server Tweaks
This mod adds a few server-side features such as commands, interactions and recipe addition and modifications that may be useful in some situations.
There is a permission system powered by scoreboard for operators to control whether a player with no vanilla permission can use a command in No requirement list below.
Contents
Command List
Requiring level 3
- /setpermission string:command entity:player boolean:permission - Set the permission of /command of player to permission, use a dot (.) to represent all the commands;
- /setlanguage string:language - Set server language to language, supported inputs: en_us, zh_cn;
- /logger ... - Write a line to log in INFO, WARN or ERROR;
- /getinfos ... - Get some information of the server;
Requiring level 2
- /g itemstack:item - Get 1 stack of item;
- /gm string:gamemode - Change gamemode to gamemode, supported inputs: 0, s, 1, c, 2, a, 3;
- /debugamerule boolean:enabled - Change a set of gamerules that are useful when debugging;
No requirement
- /goto blockpos:location - Teleport to location if the chunk is loaded;
- /compass blockpos:location string:name - Turn a Compass into a Lodestone Compass called name which points to location;
- /random ... - Generate random numbers that has nothing to do with the world seed;
- /crafting - Open Crafting Table GUI;
- /k - Kill yourself with confirmation;
- /fly boolean:enabled - Toggle creative flight ability to enabled;
- /head string:playerName - Get a skull of player called playerName;
- /free ... - Provides a server-side free camera powered by Spectator mode;
- /gamma boolean:enabled - Provides a server-side gamma override powered by Night Vision effect;
- /hat - Put mainhand item to helmet slot if it is empty;
- /painting string:id - Get a Painting with namespace ID id;
- /name string:name - Rename mainhand item to name.
Interaction List
- Shift and Right click on a Block with Hoe in mainhand to collect the block if it is in #blueice_server_tweaks:collectable or break the block if it is in #blueice_server_tweaks:destroyable;
- Right click on Fletching Table with Arrows in mainhand and Potion or Glowstone Dust in offhand to create Tipped Arrows much cheaper;
- Right click on Fletching Table with 1 Mushroom Stew in mainhand and Potion in offhand to create Suspicious Stew with full potion effect.