TShock Terraria servers can ban specific items, restricting their availability and preventing them from spawning. Optionally, the items can be restricted by permission groups, allowing users to create material-based teams and providing creative, interesting starts. Users can take advantage of this system to ban certain item types, such as wings, to create a flightless server, or any other item available in the game.
Requirement: TShock must be installed on the server. Learn how to here.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Under the Config Files tab, select T-Shock Config.
4. Set the PreventBannedItemSpawn line to true.
5. Press Save.
6. Start the server.
7. Go to the Console tab.
8. Enter the following command: /itemban add <ItemName>.
9. Add an item to the list by using its Item ID. Some ID's may be shortened, such as Hermes for Hermes Boots.
10. To Unban an item, enter /itemban del <ItemName>.
11. Use the /itemban command to view a list of other sub-commands. The subcommands have also been listed below.
| Sub-Command | Description |
|---|---|
add <item> |
Adds an item ban. |
allow <item> <group> |
Allows a group to use an item. |
del <item> |
Deletes an item ban. |
disallow <item> <group> |
Disallows a group from using an item. |
list <page> |
Lists all item bans. |