A TShock plugin that adds various Quality of Life features.
Permissions | Commands |
---|---|
qol.luck | luck |
qol.votekick | votekick |
qol.voteban | voteban |
qol.vote | vote |
qol.iteminfo | iteminfo, ii |
qol.builder | builder |
- Drop fragments for each player that deals damage to the pillar (like how Treasure Bags work!).
- Despawning Queen Bee if there is no players within 450 blocks.
- Making dungeon chests and shadow chests unopenable until Skeletron is dead.
- Overrides TShock's built-in
/item
command to show items in chat when the item is not found.
Note: If you're using TShock in another language other than English, all the texts related to/item
command will be in English. - New command
/luck
will show your luck in chat. - New command
/votekick <player name>
will start a voting process to kick the target player. - New command
/voteban <player name>
will start a voting process to ban the target player. - New command
/vote <y/n>
will vote for/against the current voting process. - New command
/iteminfo <item name>
will show information about the item. - New whitelist system based on character names.
Here is an example config file:
{
"FragmentsFunctionLikeTreasureBags": true,
"QueenBeeRangeCheck": true,
"LockDungeonChestsTillSkeletron": true,
"LockShadowChestsTillSkeletron": true,
"VotebanTimeInMinutes": 60,
"DisableQuickStack": false,
"EnableNameWhitelist": true,
"WhitelistedNames": ["Soofa", "Larret", "soof"]
}