Paradox is a network core that I've been working on for sometime now and it's designed for large scale servers. Paradox is still in its early stages of development but still offers more available features than any other on this marketplace!
Requirements
Spigot/Bukkit based server (Should support all available spigot forks)
MongoDB (Can be provided for a 2$ fee)
Redis (Can be provided for the same fee above)
Pricing
Jar: $60.00 USD
Source: Open to negotiation
Ranks:
The ranking system is designed like no other, I've managed to make a direct hook into java which will allow you to easily manage your permissions based on the rank name and not the permission node. My system fully supports permission nodes but also allows you to use rank names in the code.
Abit of a nerdy feature, but got bored. 
Commands:
Punishments:
The punishments system is pretty self explanatory and includes bans, blacklists, mutes, warns and kicks. All punishments are ran via a Redis publisher so all are processed in real-time across servers. All types of punishments are IP based to ensure you got no ban evaders! Want to avoid VPN's or Proxies? Check out this!
Commands:
All removal of punishments are silent by default, Can add an optional way to make them public.
Guilds:
The guilds system is somewhat inspired by the Hypixel guilds system, It is a global guild/clan system that has a built in ranking system based on divisions. Your division varies depending on your clan size and the elo/stats of your players throughout the network.
To fully utilize this system, it will require some work on other servers so data can be collected and used to get an accurate ranking for the players.
Full Development Documentation will be provided on purchase (Will give full support)
Commands:
Divisions:
The divisions system is similar to what I've explained above but is a per player system. The player divisions vary depending on the stats of players on the competitive servers such as HCF, Practice or other gamemodes. There is an external module we run on them servers, to take all "elo" or other stats needed to calculate information.
Tags:
Do I really need to explain a tags system? The tags system is a basic prefix / tags system that allows you to sell or grant players custom tags that you desire. This is a pretty common feature in networks nowadays so why not add it
Commands:
ChatUtils:
Paradox comes with an advanced chat util that will ensure managing your network is easy and efficient. It includes both public and staff only utils that should come in handy!
Commands:
Misc Commands:
Contact:
Email: [email protected]
Discord: Goung#4301
or simply message me here!
Terms and Conditions:
When purchasing this plugin it is deemed you agree to the following terms and service
Requirements
Spigot/Bukkit based server (Should support all available spigot forks)
MongoDB (Can be provided for a 2$ fee)
Redis (Can be provided for the same fee above)
Pricing
Jar: $60.00 USD
Source: Open to negotiation
Ranks:
The ranking system is designed like no other, I've managed to make a direct hook into java which will allow you to easily manage your permissions based on the rank name and not the permission node. My system fully supports permission nodes but also allows you to use rank names in the code.
Code:
if (paradox.player(Rank.%rankname%)) {
Commands:
- /rank create <name> - Creates a new rank
- /rank remove <name> - Removes an existing rank
- /rank <playername> <rank> - Sets a players rank
- /rank setprefix <rank> <prefix> - Sets a new prefix for existing rank
- /rank addperm <rank> - Adds a new permission to an existing rank
- /rank remperm <rank> - Removes a permission from an existing rank
- /rank info <rank> - Provides all information regarding rank
Punishments:
The punishments system is pretty self explanatory and includes bans, blacklists, mutes, warns and kicks. All punishments are ran via a Redis publisher so all are processed in real-time across servers. All types of punishments are IP based to ensure you got no ban evaders! Want to avoid VPN's or Proxies? Check out this!
Commands:
- /ban <player> [time] [reason] [-s] - Bans a player from the server
- /blacklist <player> [reason] [-s] - Blacklists a player from the server
- /mute <player> [time] [reason] [-s] - Mutes a player on the server
- /kick <player> [reason] [-s] - Kicks a player from the server
- /warn <player> [reason] [-s] - Warns a player on the server
- /unban <player> [reason] - Removes an active ban from a player
- /unblacklist <player> [reason] - Removes an active blacklist from a player
- /unmute <player> [reason] - Removes an active mute from a player
- /check <player> - Checks all punishments history of a player
- /alts <player> - Displays all alt accounts the player may have used
All removal of punishments are silent by default, Can add an optional way to make them public.
Guilds:
The guilds system is somewhat inspired by the Hypixel guilds system, It is a global guild/clan system that has a built in ranking system based on divisions. Your division varies depending on your clan size and the elo/stats of your players throughout the network.
To fully utilize this system, it will require some work on other servers so data can be collected and used to get an accurate ranking for the players.
Full Development Documentation will be provided on purchase (Will give full support)
Commands:
- /guild create <tag> <name> - Create a guild with a given tag and name
- /guild invite <player> - Invites a player to your guild
- /guild leave - Leaves your current guild
- /guild accept <guildname> - Accepts an invite to a guild
- /guild info <guildname/player> - Shows all guild information
- /guild members <guildname> - Shows all members of the specific guild
- /guild division <guildname/player> - Shows the guild division and ranking
- /guild leaderboard - Shows top 10 guilds on the network
- /guild setmax <amount> - Sets the max guild member limit
- /guild chat - Toggles guild chat
Divisions:
The divisions system is similar to what I've explained above but is a per player system. The player divisions vary depending on the stats of players on the competitive servers such as HCF, Practice or other gamemodes. There is an external module we run on them servers, to take all "elo" or other stats needed to calculate information.
Code:
Paradox paradoxplayer = Paradox.getInstance().getPlayerManager().getPlayer(player.getUniqueID());
paradoxplayer.getGlobalDivision().getName()
Tags:
Do I really need to explain a tags system? The tags system is a basic prefix / tags system that allows you to sell or grant players custom tags that you desire. This is a pretty common feature in networks nowadays so why not add it
Commands:
- /tags - Shows the gui with available tags
- /tags <tagname> <player> - Grants a player access to a tag
- /tags create <tag> - Creates a new tag
- /tags remove <tag> - Removes an existing tag
ChatUtils:
Paradox comes with an advanced chat util that will ensure managing your network is easy and efficient. It includes both public and staff only utils that should come in handy!
Commands:
- /mutechat - Mutes global chat for all players
- /slowchat - Slows down the rate you can type in public chat
- /toggleglobalchat - Disables global chat per player
- /staffchat <message> - Sends a message to all online staff members
- /togglestaffchat - Disables staffchat per staff member
- /togglerequests - Disables all requests for staff members
Misc Commands:
- /disguise - Disguises the players name to a random name and skin
- /whitelist <staff/donor/off> - Sets the server into whitelist mode depending on ranks
- /color - Changes the color of the players name
- /report - Reports a player for a specific reason to all online staff members
- /request - Sends a global request to all online staff members
- /freeze <player> - Freezes a online player and requests them to join your ts/discord
- /broadcast <message> - Broadcasts a message across the server
- /gamemode <c/s/a> - Sets the players gamemode to the specific mode
- /top - Teleports the player to the highest location
- /speed - Sets the players walk/fly speed
- /ping - Displays the ping of the player
- /feed - Sets the players saturation to full
- /rename - Renames the item in the players hand
Contact:
Email: [email protected]
Discord: Goung#4301
or simply message me here!
Terms and Conditions:
When purchasing this plugin it is deemed you agree to the following terms and service
- No Refund
- Plugin/License can not be redistributed, leaked or shared
- Plugin can not be decompiled
- Terms may be subject to change
Last edited:
