
EasySS Mod: Simplified Player Screening through Screen Sharing
The EasySS modification is designed for server administrators and allows for rapid organization of suspicious player verification through screen sharing. The tool significantly simplifies the process of identifying violators.
Main Commands
Administrators can use the following commands:
/ss <player>
— initiates the screen sharing verification procedure/pausess <player>
— pauses the current verification
Configuration Settings
View Configuration
yaml ss-permission: "easyss.ss" # Miscellaneous # blindness: true teleport-away: true # Teleports the player into the air and returns them back after verification completion time-limit: 180 # in seconds discord-invite: "https://discord.gg/123456" # Title # title: "&c⚠&f You have been frozen &c⚠" subtitle: "Check chat for further instructions" # Punishments # on-leave: enabled: true command: "ban %player% 15d evading verification" on-time-limit: enabled: true command: "ban %player% 15d evading verification" # Messages # frozen-chat-messages: # NOTE: cannot place %discord% and %time_left% in the same line - "" - "&c⚠ You have been frozen ⚠" - "&cYou have &e%time_left%&c seconds left to join the verification voice channel" - "&cin &f%discord%" - "&cTo join the discord either click the discord text above or join manually: .gg/123456" - "" no-permission: "&cYou do not have permission to use this" incorrect-usage: "&cIncorrect usage | /ss <player>" player-not-found: "&cThat player does not exist or is not online"