Why use CSS?
CSS is our remaster of our old project called SCR.
We're trying to aim for simplicity, minimalism, but above all also performance. Plugin is made to use as little RAM resources as possible and in case of actions in the plugin as little CPU as possible. A large part of it is made to work async, so the plugin absolutely minimally loads the main thread of the server giving freedom to other plugins and especially the server itself. The main concern of the plugin was to make it self-contained so there was no need to have other "Core" plugins like CMI or Essentials on the server with the plugin.
What are main functions?
In the plugin you will find all the
basic commands that you can find in other "Core" plugins like fly, god, heal, invsee, tpa, msg, kit, home, warp and so on.
There are also functions for managing server events:
-
Player Chat (Ability to send JSON messages - for advanced users, to guard chat from sending ads and links to other servers, from swearing, flooding and spamming the same or similar messages)
-
Tablist (Classic editing of Header, Footer, Player names in tab, possibility to add ping in yellow numbers and especially possibility to edit the whole nametag above the player)
-
Scoreboard (Since version 1.13 unlimited letters in lines and title)
- Custom
Economy linked to
Vault (Possibility to control fees when paying via /pay command, control limit for a certain period of time in which a player can send someone a certain amount of money)
-
Serverlist motd control with the ability to set multiple motds (randomly selected)
- Manage
join,
first-join and
quit messages
- Option to create
custom cooldowns for plugin
commands
-
Creator of custom
GUIs with their open command
-
Console Filter which is using regex to filter messages from console
-
Ban System with MySQL support
Requirements:
- Plugin TheAPI (Installed automatically)
Softdepends: