Skip to content
/ QoL Public
forked from Soof4/QoL

A TShock plugin that adds various Quality of Life features.

License

Notifications You must be signed in to change notification settings

sors89/QoL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QoL

A TShock plugin that adds various Quality of Life features.

Permissions

Permissions Commands
qol.luck luck
qol.votekick votekick
qol.voteban voteban
qol.vote vote
qol.iteminfo iteminfo, ii
qol.builder builder

Features

  • 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.

Configuration

Here is an example config file:

{
  "FragmentsFunctionLikeTreasureBags": true,
  "QueenBeeRangeCheck": true,
  "LockDungeonChestsTillSkeletron": true,
  "LockShadowChestsTillSkeletron": true,
  "VotebanTimeInMinutes": 60,
  "DisableQuickStack": false,
  "EnableNameWhitelist": true,
  "WhitelistedNames": ["Soofa", "Larret", "soof"]
}

About

A TShock plugin that adds various Quality of Life features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%