Version : 1.19 & 1.19.x Adding a new GameRule GUI, Chat Symbol and an autorule message on chat Improvement of the plugin and fixing of small bugs.
✅ New GameRule GUI : Now you can configure your world gamerules, directly in a menu to activate or deactivate them
If the item is enchanted, it means that the gamerule is active, otherwise it is not. Some gamerules ask for a value, when you click on it a second menu will appear to configure the desired value!
✅ New Symbol In Game : You can now configure sending emoji or symbol in chat!
Everything is configurable in config.yml or emojy.yml files
Code (YAML):
# List here all emojy you want to use on your server
# You can find symbol, for exemple on https://emojipedia.org/ # Some symbols may not work due to the ASCII language difference between Java version and Minecraft, as some are not recognized. bow:
symbol: "" sword:
symbol: "⚔" fire:
symbol: "" pickaxe:
symbol: "⛏" wave:
symbol: ""
✅ New Auto Rule message : You can configure a message with your rules that will be sent each time someone connects to the server!
Everything is configurable in config.yml or auto_rules.txt files
Code (YAML):
# # SupMod # # Plugin SupMod réalisé par Alstarte
# Please do not modify this parameter / Merci de ne pas modifier ce paramètre version_config: 1.3.0
# Choose you local language # default en_US (You can find the different available languages in the "lang" folder or create your own while respecting the format) language: en_US
# Chat control # Banned words and logging moderation_chat:
active: false
words: - shit
-
"fuck off"
# GUI management # The number of heads per page must be between 1 and 28. gui:
number_of_head_per_page: 28
# Report control # report:
prevent_when_reported: false
# Reason for reports # List of items: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html # Limit of 28 report types report_reason:
r1:
title: "Cheat" item: DIAMOND_SWORD
lore: -
"To report a player who cheat" -
"" -
"Do your good things !" r2:
title: "Dupli" item: CHEST
lore: -
"Pour report un joueur qui dupli" -
"" -
"Faites votre bonne action !"
# Log Drop Player # log_drop:
active: false
player_to_check: - 6f3cbc99-f314-4496-b8ba-72859da3328d
- ac0a217f-219a-4ba0-8ea7-b51419c1965a
# Discord WebHook # Get Event / Logs of player in discord # Please note that if your server has a large number of members, the Discord webhook is limited to a certain number of requests, so it may not always work. webhook:
active: false
link: "" options:
player_send_message_on_chat: false
player_join_server: false
player_leave_server: false
player_kill_player: false
color:
player_send_message_on_chat: "RANDOM" player_join_server: "#00FF00" player_leave_server: "#000099" player_kill_player: "#FF0000"
# Automated Rules # Send a message when a player join the game, with the rule of the server # Timer, is the time waited before sending the rule after logging in (in secondes) auto_rule:
active: true
timer: 5
# Emojy in Chat # The default symbol is "<>", so when a player writes <emoji>, the corresponding emoji will appear. emojy:
active: false
symbol: "<>"