ModsJava
GodsEyeSync | Data synchronization and Bungeecord/Velocity Alerts
Data and Bungeecord synchronization for GodsEye Anticheat. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on Spigot
What is GodsEyeSync?
GodsEyeSync is an addon that takes care of the synchronization of violations between servers with bungee alerts and bans and collects the informations about violations and bans in a database*
*some features can be disabled via config
Features:
- Bungeecord/Velocity alerts and verboses
- Bungeecord/Velocity bans
- Different modes of data storing
- customizable via config
- features can be disabled without problems
- MySQL
- MongoDB
- H2 (Local database file)
Spoiler: BungeeCord/Velocity Configuration
Code (YAML):
storage:
enabled : false
#Storage types available: MONGO,MYSQL,H2
type : MYSQL
host : "localhost"
#MySQL default port: 3306
#MongoDB default port: 27017
port : 3306
database : "godseyesync"
auth : false
credentials:
username : "your_username"
password : "your_password"
messages:
prefix : "&8(&cGodsEye&8) &7>"
alerts_enabled_automatically : "%prefix% &aAlerts enabled automatically"
alerts_enabled : "%prefix% &aAlerts enabled"
alerts_disabled : "%prefix% &cAlerts disabled"
verbose_enabled : "%prefix% &aVerbose enabled"
verbose_disabled : "%prefix% &cVerbose disabled"
alert : "%prefix% &c%player% &7is using &c%hack% &7[&9%server%&7]"
verbose : "%prefix% &c%player% &7failed &c%hack% &8[&f%type%&8] &8(&c%flags%&8) &7[&9%server%&7]"
kicked_from_server : "%prefix% &c%player% has been kicked out from the server &7[&9%server%&7]"
server_tooltip : "&cWarp to server."
log_message : "&7Showing &c%player%'s &7logs &8(&7type: &c%type%&8)&7:"
log_entry_verbose : " &7%hack% &c(x%quantity%)"
log_entry_punish : " &c%punishtype% &7%hack% &c[%date%] &7[&c%server%&7]"
log_entry_verbose_hover : "&7%hack% &c%type% &7ping: &c%ping% &7tps: &c%tps% &7server: &7[&c%server%&7]"
ban_message :
- "&8&m-----------------------------------------"
- ""
- "&c&l%player% &7was banned by &e&lGodsEye &7for &fCheating"
- ""
- "&8&m-----------------------------------------"
settings :
#WARNING,Changing this property may cause problems due to the message length
verbose_hover_entry_limit : 5
#Name of the local database file
h2_dbname : "database.db"
#Date format for punishments
date-format : "dd/MM/yyyy - HH:mm"
warp_to_server_command : "/server %server%"
ban_broadcast : true
enable_alerts_auto : true
#PERMISSIONS
permission_alert : "godseye.alerts"
permission_logs : "godseye.logs"
permission_verbose : "godseye.verbose"
#you need to write commands without "/"
ban_command : "ban %player% Unfair advantage"
kick_command : "kick %player% Unfair advantage"
enabled : false
#Storage types available: MONGO,MYSQL,H2
type : MYSQL
host : "localhost"
#MySQL default port: 3306
#MongoDB default port: 27017
port : 3306
database : "godseyesync"
auth : false
credentials:
username : "your_username"
password : "your_password"
messages:
prefix : "&8(&cGodsEye&8) &7>"
alerts_enabled_automatically : "%prefix% &aAlerts enabled automatically"
alerts_enabled : "%prefix% &aAlerts enabled"
alerts_disabled : "%prefix% &cAlerts disabled"
verbose_enabled : "%prefix% &aVerbose enabled"
verbose_disabled : "%prefix% &cVerbose disabled"
alert : "%prefix% &c%player% &7is using &c%hack% &7[&9%server%&7]"
verbose : "%prefix% &c%player% &7failed &c%hack% &8[&f%type%&8] &8(&c%flags%&8) &7[&9%server%&7]"
kicked_from_server : "%prefix% &c%player% has been kicked out from the server &7[&9%server%&7]"
server_tooltip : "&cWarp to server."
log_message : "&7Showing &c%player%'s &7logs &8(&7type: &c%type%&8)&7:"
log_entry_verbose : " &7%hack% &c(x%quantity%)"
log_entry_punish : " &c%punishtype% &7%hack% &c[%date%] &7[&c%server%&7]"
log_entry_verbose_hover : "&7%hack% &c%type% &7ping: &c%ping% &7tps: &c%tps% &7server: &7[&c%server%&7]"
ban_message :
- "&8&m-----------------------------------------"
- ""
- "&c&l%player% &7was banned by &e&lGodsEye &7for &fCheating"
- ""
- "&8&m-----------------------------------------"
settings :
#WARNING,Changing this property may cause problems due to the message length
verbose_hover_entry_limit : 5
#Name of the local database file
h2_dbname : "database.db"
#Date format for punishments
date-format : "dd/MM/yyyy - HH:mm"
warp_to_server_command : "/server %server%"
ban_broadcast : true
enable_alerts_auto : true
#PERMISSIONS
permission_alert : "godseye.alerts"
permission_logs : "godseye.logs"
permission_verbose : "godseye.verbose"
#you need to write commands without "/"
ban_command : "ban %player% Unfair advantage"
kick_command : "kick %player% Unfair advantage"
Spoiler: Spigot Configuration
Code (YAML):
bukkit:
[/B
]
[B] bungee_bans : true [/B ]
[B] bungee_alerts : true [/B ]
[B] bungee_verboses : true
[B] bungee_bans : true [/B ]
[B] bungee_alerts : true [/B ]
[B] bungee_verboses : true
Commands:
- /bungeealerts (alias gsyncalerts) permission: godseye.alerts - Enables/Disabled alerts
- /bungeeverbose (alias gsyncverbose) permission: godseye.verbose - Enables/Disabled verboses
- /bungeelogs (alias gsynclogs) permission: godseye.logs - Shows player logs
How to install:
Spoiler: Installation Guide
- Download the plugin
- Create a copy of the plugin and put it in the spigot /plugins folder
- Create a copy of the plugin and put it in the bungeecord/velocity /plugins folder
- Make sure that the "bungeecord" option is set to true in your "spigot.yml" file
- Start the servers
- Enjoy!
NOTE: The database storing feature is disabled by default,you can enable it in the bungeecord config by setting "enabled" to true and setting your storing mode and credentials
Support:
If you have any problems or questions you can contact me in this discord server: https://discord.gg/gHJ8Cjx
CREDITS:
Nort721: creator of godseye
Lucko: The plugin is using part of his JarInJarClassloader concept
Lucko: The plugin is using part of his JarInJarClassloader concept
GodsEyeSync | Data synchronization and Bungeecord/Velocity Alerts is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,741 times (via Spigot). Download it and open it directly in the game.