CSS icon

CSS -----

Tablist | Nametags | Scoreboard | Player commands | Admin commands | Creator of GUIs | And much more




Fixed compatibility with PaperMC 1.21.4
Fixed tp command
Improved AntiSwear module
----------, Apr 2, 2025

Changelog
  • Fixed console spam about missing translation
  • Fixed bossbar (probably caused by another plugins)
----------, Feb 12, 2025

Changelog
  • Fixed spam with "No permissions" messages also spam in the console (caused by missing translation in the file for No Permissions...)
----------, Jan 30, 2025

Changelog
- Updated plugin & fixed some bugs
- Improved matcher
----------, Jan 4, 2025

Changelog
  • Updated to latest TheAPI (12.9.8)
----------, Sep 9, 2024

Changelog
- Update to latest TheAPI
- Changed name of MySQL table for banlist
----------, Aug 8, 2024

Changelog
  • Fixed /mute command (Wrong path to broadcast messages)
  • Fixed totalPages placeholders
  • Fixed drops & exps after keep inventory/level
  • Added ChatIgnore command
  • Added css_chatignore placeholder
  • Added KitEditor command
  • Expanded Cooldown API
  • Fixed AntiAd module
----------, Jun 29, 2024

Changelog
  • Fixed CSS Guis
  • Fixed /kit command to give kit to another player
----------, Jun 19, 2024

Changelog
  • Added Auto-AFK system & AntiAfk detection system
  • Added afk command
  • Fixed another nametag bugs
----------, Jun 9, 2024

Changelog
  • Fixed nametags
  • Fixed default join.yml file - default first-join kit typo
  • Added BossBar (bossbar.yml) & new BossBarHide command
  • Fixed compatibility with Citizens and other NPC plugins
----------, Jun 8, 2024

Changelog
  • Fixed compatibility bugs with MC 1.20.X (Nametags)
  • Fixed BanAPI's MySQL table creating
  • Added missing translation for banlist command (banlist.empty)
----------, May 22, 2024

Changelog
  • Fixed nametags on paper 1.20.3+
  • Fixed errors after CSS reload
  • Expanded developers API for easier manipulation with CommandsAPI - BanAPI, HomeManager, MsgManager, etc.
----------, May 19, 2024

Changelog
  • Added Ban System:
  • Added new commands:
    • Ban [player/ip] [reason]
    • TempBan [player/ip] [duration] [reason]
    • Mute [player/ip] [reason]
    • TempMute [player/ip] [duration] [reason]
    • Kick [player/ip] [reason]
    • Warn [player/ip] [reason]
    • Banlist [player/ip] {page}
    • Unban [player/ip]
    • Unmute [player/ip]
  • Improved downloader of TheAPI's updates
    • Important update (right now it's v12.8) will be downloaded & plugin will be disabled until next server restart
    • Non-imporant updates will be just downloaded
    • If TheAPI is missing, it will be downloaded and automatically enabled (without need to restart server)
  • Added Console Filter with regex function
----------, May 19, 2024

+ Fixed tpa requests
----------, May 6, 2024

+ Added support for 1.20.6
+ Updated to latest TheAPI
----------, May 5, 2024

Completely rewritten plugin from the ground up!
----------, Apr 28, 2024

+ Added translations from Crowdin ( https://crowdin.com/project/servercontrolreloaded)
+ Fixed problems on join player (disconnecting - proxy)
+ Fixed portals - send to another server on enter (/portal server [portal] [server-name])
+ Fixed portal server command
+ Added new RU trans from @Ilya1323 :aheart:
+ Fixed instant stopping, restarting or reloading server via commands
- stop now/0
- restart now/0
- reload now/0
+ Added translatable money placeholder colors (Config.yml)
+ Fixed enabling/disabling fly
+ Fixed sometimes incorrect scorecard display
+ ChatFormat, Translations change: In the custom JSON messages now works URLs automatically - ClickEvent
+ Possible fix for loong loading of invalid heads in the GUIs
+ Fully supporting 1.18
----------, Dec 12, 2021

+ Updated to new TheAPI
+ Support our work and help us translate the entire SCR into Czech, Russian and many other languages! Participation is voluntary and completely free of charge! https://crowdin.com/project/servercontrolreloaded

+ GUICreator improvements
+ Added HDB Support (hdb:ID)
+ Added option to have placeholders in name, amount, data & modelData in GUICreator
Code (YAML):
GUI:
  cool
:
    # update every 5s
    update
: 100
    perplayer
: true
    layout
:
   - "xxxxxxx"
    - "x  o  x"
    - "xxxxxxx"
    items
:
      'x'
:
        item
: black_stained_glass_pane
        name
: "&c"
      'o'
:
        item
: paper
        name
: "&cOnline players"
        # %limiter{intValue, minimum, maximum}% - Require latest TheAPI from ta-builds channel
        amount
: "%limiter{%server_online%, 1, 64}%"

+
Option to create kits with placeholders
Code (YAML):
Kits:
  myKit
:
    add
:
      '0'
:
        name
: "&e%player%&6's sword"
        type
: diamond_sword

+ Kits no longer load on loading/reloading configurations of plugin -> kits are loading everytime when someone give someone kit
+ Added conditions to the GUICreator
Code (YAML):
test:
    title
: "&eSome title here"
    size
: 54
    perplayer
: true
    layout
:
   - "XXXXXXXXX"
    - "X       X"
    - "X I   D X"
    - "X       X"
    - "X       X"
    - "XXXXOXXXX"
    items
:
      D
:
        condition
: %votes%
        conditions
:
          "> 200"
:
            name
: "&aYou are great voter!"
            type
: "GREEN_STAINED_GLASS_PANE"
            action
:
           - "any msg &2Big thank to big voter!"
          "< 200"
:
            name
: "&eAre you voter?"
            lore
: [ "&cNo, you're not" ]
            type
: "RED_STAINED_GLASS_PANE"
            action
:
           - "any msg &cBooo, vote for server! &4/Vote"

+ Added option to disable whole Chat formatter
+ Added HDB Support for commands: /skull hdb:ID, /Give <player> hdb:ID
+ Added /tp <offline player>
+ Added PlayTime feature (/playtime <player | Top> <page>)
+ Added new option to disable moving with item in inventory which is created via /item process
+ Improved per world gamemodes (Performance update!)
+ Added custom world generator option
Code (YAML):
WorldsSetting:
  world_name
:
    Generator
: "plugin:customGenerator"
+ Added playtime rewards. Rewards.yml
+ Added support for Dynmap plugin (Skins)
+ Added new placeholders:
Code (Text):
%balancetop_[position]_name%
%balancetop_[position]_money%
%balancetop_[position]_formatted_money%
%raw_playtime%
%max_online%
+ New MOTD Creator
+ New flags in the multiworlds gui
+ Added BungeeCord Private Message system (require latest SCR-Bungee)
+ Added more placeholders to /WhoIs command
Code (Text):
%banlist_ban_start%
%banlist_ban_reason%
%banlist_tempban_start%
%banlist_tempban_reason%
%banlist_tempban_time%

%banlist_mute_start%
%banlist_mute_reason%
%banlist_tempmute_start%
%banlist_tempmute_reason%
%banlist_tempmute_time%

%banlist_jail_start%
%banlist_jail_reason%
%banlist_tempjail_start%
%banlist_tempjail_reason%
%banlist_tempjail_time%

Custom punishments?
%banlist_other_start%
%banlist_other_reason%
%banlist_tempother_start%
%banlist_tempother_reason%
%banlist_tempother_time%

+ Fixed compatibility with 1.17.X
+ Fixed portals
+ Fixed duplicating of skins on player quit (Removing player on quit)
+ Fixed kits
+ Fixed MultiWorlds GUI Info menu for 1.17+
+ Fixed /afk <player> (Placeholder %player% in message)
+ Fixed some mission translation messages
+ Fixed DeathRespawn teleport location (HOME)
+ Fixed teleporting to Warp
+ Fixed mirror
----------, Oct 28, 2021

+ Added support for 1.17
+ New GUICreator (Fully tested!)
+ Fixed errors on disabling plugin - if PAPI isn't installed
+ Fixed /Stop, /Restart and /Reload commands if WarningSystem of these commands is disabled
+ Fixed Portals for 1.17
+ Fixed compatibility with 1.7.10 - 1.12.2
:remove: From GUICreator removed "data" path, now put data separated with type to the "type" path:
Code (Text):
GUI:
  gui:
    items:
      X:
        type: "STONE:2"
        ...
+ The whole redesigned GUICreator:
* Added animations
* Improved performance
* Renamed actions (sleft -> shift_left...)
* Redesigned from slots to layout!
* Added new action wait [long time]
+ Improved sending of Scoreboard
+ Fixed loading of skins
+ Faster loading of scoreboard
+ Fixed /Give [NBT] command
+ Fixed skins on 1.16.X
+ Added PerWorld CommandsBlocker (Request of @king5442)
+ Fixed bugs & optimized classes
+ Clearing display name & custom name on disconnect
+ Fixed skins
+ Fixed console "Trying send null packet!" errors
----------, Jun 21, 2021

+ Fixed errors & bugs on 1.7.10
+ Reorganized default Config.yml
+ Added missing /mw tp Command
+ Fixed disabling of Fly
+ Added translations for /baltop Header & Footer
+ Improved loading of /balancetop
+ Fixed hand animation for FarmingSystem
+ Added SCR placeholders to the PlaceholderAPI & ThePlaceholderAPI (internal placeholders of TheAPI) - Request of @king5442
+ Fixed bugs (NBT)
+ Fixed WarnSystem (Time)
+ Fixed handling of plugin on 1.7.10 modded
+ Added per command cooldowns and cross X commands cooldowns
+ Fixed ChatFormat colorizing bug for console (Now json also adds color formats for the console)
- Removed unused Pagination class
- Removed Colors and Rules commands
+ If you have installed LP:
* Using LuckPerms groups instanceof Vault groups
Why? LP return group DisplayName, not Group real name

* What does this mean?
You have to fix TabList.yml groups, ChatFormat groups, Scoreboard... everywhere where are you using Vault Groups and rename them to lowercase with special symbols (Á -> a)
+ Translations in the Translations files now can be in JSON format!
Code (Text):
  BalanceTop:
    Loading: "%prefix% Counting the wealth of all players, please, hold on.."
    Header: "%prefix% &7=====» &cBalanceTop &e%page%/%pages% &7«====="
    Footer: [{"text":"%prefix% "},{"text":"&2Next » ","clickEvent":{"action":"run_command","value":"/baltop %math{%page%+1}%"},"hoverEvent":{"action":"show_text","value":"&bNext page?!"}}]
----------, Jun 6, 2021

+ Improved loading of Translation files
+ Fixed CZ & SK translations for /Item command
+ Fixed Repair command (Now you can "repair" only tool or armor)
+ Fixed bugs
+ Fixed ItemUse
+ Added kickBack action & ability to set permission for Portals
+ Fixed afk status on disonnect
+ Added actions to AutoAFK:
* Start
* Stop
* Kick - AutoAFK Kick
+ Fixed AutoAFK kick
+ Added /ChatNotify command
+ RENAMED PACKAGE NAMES TO LOWERCASE
+ Fixed /Fly command
+ Fixed MultiWorlds bugs
+ Added bungeecord skins support!
+ Moved Mirror package under Command.Other package
+ The anvil now returns items on close (Request of LeaftyCZ) - Requires latest TheAPI from
+ Fixed permissions for /NickReset command
+ Fixed GUICreator perms
+ Added permission to use item in GUI & noPermission list of actions on click
+ Added delay for command process when shutting down / restarting or reloading server
+ Added new send command
+ Fixed cooldowns & removed debug
+ Fixed path to ClearInventoryToggle command (Bug reported by @king5442)
+ Improved performance of GUICreator
+ Added new options & messages for WarningSystem - /stop, /restart and /reload
+ Improved of safe teleport lookup for location
+ Fixed GUICreator process commands
+ Fixed many bugs
+ Added custom commands creator
+ Added custom portal creator - with bungeecord support (requires ServerControlRelaoded-Bungee)
+ Fixed teleport command
+ Added bungeecord helpop msg system
+ Optimized changing of gamemode
+ SCR item kit NBT now isn't overriding whole ItemStack info - DisplayName, Lore...
+ Fixed /item command
+ Fixed MultiWorldsUtils errors on loading
+ Added new function to Give command:
* /Give [player] [item] [amount] [NBT]
* /Give [player] [item] [NBT]
* /Give [item] [amount] [NBT]
* /Give [item] [NBT]
+ Fixed /Kit <name> command - Without economy
+ New functions of GUICreator!!
* Updater of GUI:
Code (YAML):
GUI:
  mySuperDuperGUI
:
    name
: "Some title here"
    size
: 54
    # updates GUI items every 3s
    update
: 3
* Per player GUI - For stats, etc.
Code (YAML):
GUI:
  mySuperDuperGUI
:
    name
: "Some title here"
    size
: 54
    # updates GUI items every 3s
    update
: 3
    perplayer
: true
* Added placeholders to the item name, lore, headUrl and material (why? why not.)
+ Added to Kits.yml ability to create ItemStack with NBT
Code (YAML):
Kits:
  myKit
:
    permission
: "super.duper.cool.kit"
    items
:
      add
:
        amount
: 1
        type
: "dirt"
        nbt
: "{extra:"Some cool data here "}"
----------, May 16, 2021

+ Optimized safeLocation teleport
+ Fixed safeLocation teleport
+ Added middle click to GUICreator
+ Added data & modelData to GUICreator
+ Fixed a bug that allowed players to pay a negative amount -> /pay * -2k
+ Improved performance of coloring of messages
+ Added null exception catcher
+ Added /Item Process command
+ Fixed errors on player join
+ Fixed skins for 1.7.10 - 1.15.X
+ Fixed walkspeed on join
+ Added new placeholder %playtime%
+ Fixed errors on loading another world
+ Renaming the id to the item name in the /give command
+ Fixed /Give <id> for 1.13+
+ Improved performance of /give command
+ Fixed errors /give <not existing item / id>
+ Fixed errors when color of chatformat is "empty"
+ Fixed AFK vanish
+ Fixed generating of comments in translation files
+ Added new Mirror feature! /Mirror
+ Added new feature for BossBar - Changing of Color & Type
+ Fixed UUID command for Console
+ Fixed Chat Notifications colors
+ Fixed Format (&l, &o, &n..) in rainbow (&u)
+ Improved SkinManager
+ Improved registering of Custom economy
+ Fixed unregistering of Custom economy on disabling plugin
+ Added support for Material IDs (1:5) for Give, Kits....
+ New Per World/User ChatFormat
+ New GUICreator (Created by @petulikan1)
+ Added new Top command (Request from Semtexka) - Teleports you to the highest block in the world at your X Z coordinates
+ Improved ChatNotifications (Special thanks to @Firestone82 for great idea with regex) - Better performance
+ Added new ping command
+ Fixed Give <player> <item> <amount> command - translation error
+ Improved Give command (Now you can give you item by name:data -> stone:1 -> granite)
+ Fixed TabList (When Header or Footer is empty)
+ Improved Update Checker
+ Removed unused imports
+ CountryBlocker feature for blocking users from specified country to join on your server
+ CountryBlocker command for in-game addition, listing and removal users (Permission - SCR.Command.CountryBlocker)
+ New command /tempgamemode (Temporary gamemode for specified time!)
+ Fixed bugs on join (Sometimes clears whole User data)
+ Added /mw edit <world> <flag> <value> command
+ Vanished players are automatically removed from serverlist online-players text (Idea of @KVEJEX)
+ Changing the number of online players according to the vanished players
+ Fixed errors on break block (MirrorManager)
- Removed ChatFormat command
----------, Apr 25, 2021

+ Added Metrics
+ Fixed rainbow chat format
+ Fixed name of permission for prevent of changing gamemode on change world: SCR.Other.GamemodeChangePrevent
+ Fixed errors on loading on sever version 1.12. and older
+ Added new Anvil command
+ Removed unused gui class
+ Fixed Vanish
+ Added a new feature for chat - tagging other players on the server (Hello StraikerinaCZ -> play sound for player StraikerinaCZ and color player's name "StraikerinaCZ" with color - ex. red)
+ Added new feature for chat - fully custom chat! Use JSON instanceof normal text -> Ability to create chat format with hover messages / click events
+ Added new function for CHAT: 1. Distance chat 2. Per world chat With permission to bypass this limitation: SCR.Other.ChatTypeBypass
+ Added new permission SCR.Other.SimiliarMessage to bypass Similiar message checker
+ Added new command /PmIgnore <nick> to ignore messages from player in pm & global chat
+ Fixed Item command
+ Improved loading of Display Name of players
+ New options for Chat-Groups in config Config.yml
+ Optimized AFK command
+ Fixed /Item, /Mw, /Gm and /Whois commands
+ Removed unused code from /Gm command
+ Fixed AutoAfk & AutoAfkKick
+ Added AutoAfkKick bypass perm
+ Fixed TabList Spectator & Vanish moving
+ Fixed /Msg command (Now you can disable toggle of chat just by type '/msg')
+ Fixed TabCompleter for command /sudo
+ Fixed /TpIgnore command & perm error
+ Fixed Translations problems
+ Added new configuration Placeholders.yml
+ Added %vanish%, %god% and %fly% placeholders (translatable in Placeholders.yml)
- Moved placeholder %afk% from Tablist.yml to the Placeholders.yml
- Removed unused Endersee command (It was instance of EnderChest)
+ New tab completer for every command
+ Loading before WorldGuard & Residence plugin
+ Fixed scr reload command, cause Auto-AFK register 2x
+ Added SocialSpy command
- Changed path to /tpacancel and /tpadeny
+ Fixed path to /tpaccept & /workbench
+ Added missing permission for /enderchest <player>
+ Added & Improved TheAPI Vanish part
+ Added missing commands to the Commands.yml configuration
+ Added new checker for existing path in Commands.yml for Command permission
+ Added 2 new configurations (Rules.txt and Colors.txt)
+ Added Rules & Colors commands
+ Fixed skins on 1.8.X & 1.7.10
+ Fixed TabList on 1.8.X
+ Fixed an issue that caused all players to be kicked out of the server when you reload the plugin
+ Added /afk <reason> command
+ Fixed night/storm sleep skip task (repeat..)
+ Async night/storm sleep skip task
+ Fixed errors on 1.7.10 for sleep event
+ Fixed errors when reload server and player leave bed (event)
+ Fixed /kits <name> command
----------, Mar 10, 2021

+ Added new options for kits!
  1. List of commands when a player receives a kit
  2. List of messages when a player receives a kit
+ Fixed header of configs
----------, Jan 30, 2021

+ Added Metrics
+ Added to the Config.yml, option to disable Metrics
+ BalanceTop is now async
+ Fixed reloading of configs via command SCR Reload
+ Added missing permission for Gamemode command
+ Fixed loading & reloading of configs
+ WhoIs command is now async (Sync sometimes cause server spike lag when someone type whois command)
+ Added subcommand Amount to the command Item
+ Fixed bugs
+ Fixed chat colors
+ Fixed gradient & hex colors
----------, Jan 29, 2021

+ Renamed permissions (From ServerControl.. to SCR.Other..)
+ Renamed config section Disabled-Items to Disallowed-Items
----------, Jan 18, 2021

+ Optimized tasks, events and commands
+ Finished /item command
+ Fixed /list command
+ New ability for /list command - If you don't have perm to see vanish player, player'll be removed from list
+ Fixed bugs
+ Removed unused
+ To the command /Xp added new subcommands (/Xp <Give/Take/Set/Balance> <player> <value> <XP/LEVEL>)
+ Update to latest TheAPI
+ Optimized join event (async)
+ Fixed 1.7.10 - 1.8.8 support
+ Fixed /WhoIs <offline player>
+ Fixed scoreboard, bossbar, actionbar
+ Toggleable ScoreBoard, BossBar and ActionBar
+ Fixed tablist RGB colors
+ Added ANIMATIONS (Available in Tablist and Scoreboard) + New config Animations.yml
+ Added command /skin
+ Fixed safeTeleport(Location)
+ Added class SkinManager
+ Added CZ, SK and English translation files
+ Added command Accounts
+ Fixed loading of Vault economy
+ Added ActionBar and BossBar (defaultly DISABLED)
+ Added new commands /ActionBar and /BossBar + Upgraded FarmingSystem - Check for Residence flags & WorldGuard areas - Removed /Sb reload (Use /scr reload)
+ New options for scoreboard:
Code (YAML):
ForbiddenWorlds :
- List
- of
- worlds
----------, Jan 17, 2021

+ Support for latest TheAPI
+ Fixed BalanceTop command
+ To / WhoIs <player> added UUID
+ To / AFK <player> added missing permission ( ServerControl.AFK.Other)
+ Fixed safeTeleport(Location)
+ Fixed support for 1.16+ (HEX colors)
----------, Sep 2, 2020

+ Support for 1.7.10
+ Updated to latest TheAPI
+ To the API.class added new methods:
* isSafe(Location)
* findSafeLocation(Location)
* safeTeleport(Player, Location)
* setMoneyFormat(BigDecimal, boolean)
+ Fixed safeTeleport
----------, Aug 24, 2020

• Added HEX support for versions 1.16.x
• Added path Name to the tablist
• Repaired bugs with fly, heal etc...

Example HEX color: #D52618Hello World -> Hello World
----------, Aug 13, 2020

+ Fixed give command for 1.16+
+ Fixed FarmingSystem
+ Fixed colors
+ Fixed gamerules per world ( Multiworlds.yml)
+ Fixed monsters spawning
----------, Aug 10, 2020

+ Added support for 1.16+

+ Fixed null text in header/footer (TabList)
+ Fixed Vanish
+ Fixed economy bugs
+ Fixed our economy format
+ Performance update
+ Added to the /whois punishment info
+ Fixed /kill lagg
+ Fixed /afk
+ Fixed tab completer for /enchant and /enchantremove
+ Optimized events and scoreboard
+ Fixed bugs
+ Added PDay, PNight, PSun, PRain commands (PlayerDay, PlayerNight...)
+ Added option to disable respawn teleport
+ Added new options for world setting
+ To the /give command added ability to added minecraft: prefix.. example: minecraft:stone
+ Fixed kits
+ Fixed sethome
+ Fixed motd
+ New abilities in TabList (NameTag and TabList prefix/suffix)
+ New placeholder for money (%colored_money% and %money%)
+ Optimized AFK (Tasks)
+ Fixed Maintenance mode
+ Fixed MultiWorlds GUI
----------, Aug 2, 2020

+ Fully optimized scoreboard and nametags
+ New commands (Stop, Restart, Reload, Mail)
+ New permissions
+ Fixed many bugs
+ New OnePlayerSleep function
+ Fixed AntiSpam, AntiSwear and Rewards
+ Fixed bugs on 1.8.8
+ Fixed heal command
+ Fixed PerCommandCooldown
+ Fixed give, added to give potions
+ Fixed ChatLock
+ New permissions for /ClearInv
+ New default permission for all players, ServerControl.User
+ Added /Balancetop <page>
+ Added /Balance <player>
+ Fixed commads while player is arrested
+ Fixed /Unjail telepoerting location, now is player teleported to spawn
+ Added safeTeleport to spawn, warp and home
+ Added new thor on block you are looking
+ Added new message while teleporting to home (spawn) & you have no homes
+ On respawn is player teleport to spawn if player have no homes
----------, Mar 11, 2020

+ Fixed simmilar messages bug
+ Fixed permissions
----------, Feb 4, 2020

+ Fixed many bugs
+ Removed unused commands from /Chat and /SCR
+ AntiKick, AntiBan.. Automatically enabled if you has OP
+ PlaceholderAPI now replace placeholders in Player join messages and Leave message
+ Fixed /Heal *
+ New AntiSpam and AntiSwear system!!
+ Fixed errors in chat
+ Fixed Tpa command
+ Fixed /Chat command
+ New setting in config
+ New translations
+ Fixed TimeZone
----------, Feb 4, 2020

Added suport for 1.15+

+ New command /tempfly
- /tempfly <player> <time>
- this command allow fly to player for a certain time
+ Added /hat <player>

+ /servercontrol reload now reload all tasks
+ /item unbreakable for 1.8.8+
+ /vanish now isn´t adding effect

+ Fixed /tpa, /tpaccept, /tpdeny
+ Fixed /worldadd and /worddel
+ Fixed economy
+ Fixed bugs and errors
+ Fixed scoreboards, nametags

Required plugin TheAPI
----------, Jan 6, 2020

Added support for 1.8.8

+ Added MultiWorlds GUI
- with this gui you will easily create, delete, edit worlds and more
+ Added %playername% placeholder

+ Fixed enchants
+ Fixed AFK
+ Fixed /trash
+ Fixed tab completers
+ Fixed bugs and errors
+ Fixed configs

Required plugin TheAPI
----------, Nov 27, 2019

+ Added new command /immune <player>
This command will protect you from /ban, /kick, /warn, /jail
+ Added clear button into trash menu (/trash)

+ Fixed /spawner
+ Fixed scoreboard
+ Fixed economy
Now you can do /eco give <player> 10,5
+ Fixed BanSystem
Optimized cooldowns
+ Fixed bugs and errors

Required plugin TheAPI
----------, Nov 20, 2019

+ Optimized enchants
Added command /enchantremove <enchant>
Added command /enchantremoveall
+ Optimized kits
+ Added automessage
Editable in config

+ Fixed scoreboard

+ Fixed economy
+ Fixed bugs
+ Fixed /skull

Required plugin TheAPI
----------, Nov 15, 2019

+ Fixed bugs
+ Fixed economy
+ Fixed console errors
Required plugin TheAPI
----------, Nov 13, 2019

+ Added broadcast when operator kick/ban/mute.. a player
+ Fixed bugs
+ Updated API
+ Added BanSystemAPI
+ To the API added getBanSystemAPI method
- Addons these using BanSystem methods in API required update! (hasMute, hasBan..)
* The current owner of the SCR plugin (Straiker123) is leaving, Houska02 becomes the new owner of the SCR plugin
----------, Nov 8, 2019

+ New ConfigAPI available in API (Create and edit configs more easily than before)
+ Optimized loading of configs
- Removed from API getters and savers of configs (From Configs class too)
- Addons required update!
----------, Nov 7, 2019

+ Added WhoIs command (Showcase: https://i.imgur.com/HuaK0d0.png)
+ Fixed register of classes
----------, Nov 4, 2019

+ Fixed errors
+ Added protection against these errors
----------, Nov 4, 2019

+ Fixed bugs with missing classes
+ Fixed kit cost
+ Optimized economy commands
----------, Nov 3, 2019

+ Fixed issue with Jobs plugin (Economy bug)
- Removed economy events
+ Added /Nick and /NickReset commands
+ Optimized plugin
+ Fixed AFK
+ Fixed ChatFormat
+ Added warning system for /Restart, /Stop and /Reload
+ Added /exp command
----------, Nov 3, 2019

+ Added placeholders to Tablist and scoreboard: Tps, Ram_Max, Ram_Usage, Ram_Free, Ram_Usage_Percentage, Ram_Free_Percentage
+ Fixed spamming AFK
+ Added EconomyAPI
----------, Oct 28, 2019

+ Optimized plugin
+ New AFK system (Afk kick working!)
+ Added Chat format editor in game ('/ChatFormat' for help)
+ Bugs fixed
----------, Oct 28, 2019

+ Fixed tab completer for /Home
+ Fixed broadcast command
----------, Oct 24, 2019

+ Added skull command (/Skull <name> <player> - give specified player a player head with skin)
+ Fixed Tab command
----------, Oct 23, 2019

+ Fixed butcher command for console
- Removed from AFK, click event that turns player AFK off
----------, Oct 18, 2019

+ Fixed some bugs
+ Scoreboard optimized
----------, Oct 6, 2019

+ Added GUI command for manage chat & commands AntiSpam and AntiSwear (/ServerControl Manager)
- Removed some commands from ServerControl command
+ Fixed bugs
----------, Oct 1, 2019

+ Fixed commands blocker
+ Fixed trash (Repeat)
+ Fixed sudo permission
+ Fixed flyspeed & walkspeed
+ Added TabList NameTag reflesh time
+ Added tptoggle and tpatoggle commands for tpablock
----------, Sep 28, 2019

+ Fixed error when player haven't money for Kit
+ Fixed Trash gui
----------, Sep 26, 2019

Resource Information
Author:
----------
Total Downloads: 5,282
First Release: Sep 8, 2019
Last Update: Apr 2, 2025
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings