Before everyone freaks out, all TheCore customers will receive this for free.
Hello guys and gals of MC-Market,
It is finally time I announce a secret project I have been working on (on and off) for a month, EquinoxCore. I'm planning to release it late January/February but I am looking for lots of new ideas to implement.
The release price will probably be around $30 w/$25 for first 5 buyers.
Current Commands (and description)
Features as of right now:
The developer api includes a lot more features, will be announced on official release.
Any features you guys can recommend? Equinox is still a work in progress and I'm not setting any official release date yet.
No preorders yet though, in case I never actually release this core, I might still use it privately.
- subbotted
Hello guys and gals of MC-Market,
It is finally time I announce a secret project I have been working on (on and off) for a month, EquinoxCore. I'm planning to release it late January/February but I am looking for lots of new ideas to implement.
The release price will probably be around $30 w/$25 for first 5 buyers.
Current Commands (and description)
- /blacklist [player] - Add a player to the blacklist. (Basically a ban that can only be removed by a config file)
- /clearchat - Clear the in-game chat.
- /donate - Get the servers donation URL.
- /donorrevive [player] - Revive a player from death.
- /equinox - Information about EquinoxCore
- /freeze [player] - Freeze a players movement and display a message to join teamspeak
- /help - Server Information
- /ores <player> - View a players mined ores. (/ores and no arguments to see own)
- /plugins - Custom /plugins
- /report [player] [reason] - Report a player (No GUI report, it takes too long to report in pvp
)
- /request [message] - Request staff assistance
- /settings - Open a playersettings GUI with options for chat, and more.
- /stats - View your/other players statistics
- /stream [Twitch/YouTube URL] - Broadcast a stream to the server
- /teamspeak - View the servers teamspeak IP
Features as of right now:
- Commands as above
- Customizable scoreboard
- Minecart elevators
- SOTW/EOTW
- Developers API!!!!! (YES, FINALLY, A HCF CORE WITH A DEV API
)
Code:
Player p = (Player) sender;
EquinoxPlayer player = new EquinoxPlayer(p);
diamondOres = player.getDiamonds();
player.setDeathbanned(60); // setDeathban for minutes
player.getRankNames(); //permissionsEx ranks
player.getIpAddress(); // ip address
The developer api includes a lot more features, will be announced on official release.
Any features you guys can recommend? Equinox is still a work in progress and I'm not setting any official release date yet.
No preorders yet though, in case I never actually release this core, I might still use it privately.
- subbotted
Last edited:
