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. Select the Config tab and choose Game Settings.
4. Choose T-Shock Config from the dropdown menu.
5. Set the PreventBannedItemSpawn line to true.
6. Press Save.
7. Start the server.
8. Go to the Console tab.
9. Enter the following command: /itemban add <ItemName>.
10. Add an item to the list by using its Item ID. Some ID's may be shortened, such as Hermes for Hermes Boots.
11. To Unban an item, enter /itemban del <ItemName>.
12. Use the /itemban command to view a list of other sub-commands. The subcommands are 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. |