Skip to content
/ QoL Public

A TShock plugin that adds various Quality of Life features.

License

Notifications You must be signed in to change notification settings

Soof4/QoL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

Features

  • 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 will start a voting process to kick the target player.
  • New command /voteban will start a voting process to ban the target player.
  • New command /vote will vote for/against the current voting process.
  • New whitelist system based on character names.

Configuration

Here is an example config file:

{
    "QueenBeeRangeCheck": true,
    "LockDungeonChestsTillSkeletron": true,
    "LockShadowChestsTillSkeletron": true,
    "EnableNewItemCommand": true,
    "EnableLuckCommand": true,
    "EnableVotebanCommand": true,
    "VotebanTimeInMinutes": 60,
    "EnableVotekickCommand": true,
    "EnableNameWhitelist": true,
    "WhitelistedNames": [
        "Soofa",
        "Larret",
        "soof"
    ]
}

Note: You need to restart the server to apply changes. (/reload command is not enough.)

About

A TShock plugin that adds various Quality of Life features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages