Currently this plugin is still under development and we are not accepting any orders.
About
Hello!
Soon we will be selling our new HCF Core that has been created by Huli and I. This core has been in development since December of 2017, we have been hard at work making many features and improving this Core over and over. This core features many back-end choices for whatever set-up you currently have and the ability to support your own database types as-long if you can write a driver yourself. We have even implemented a modular add-on system that allows users to create add-ons for this core that are totally separate from the Core's source code.
Features
Media
Code Snippets
Developer API
This Developer API was created by myself and took lots of effort getting it work work fully. This API was created on the thought that people should easily be able to create add-ons that don't need to run as plugins on the server while making it easy and accessible to do so. To create a module you would start similarly to a Bukkit/Spigot plugin, except you would implement our API. This is an example module made by myself.
More information and usages will be added soon.
Configs
config.yml -
messages.yml -
locale.yml -
scheduler.yml -
kits.yml -
locations.yml -
Terms
1. All purchases are final, refunds are given at my discretion.
2. Any trading, selling, or leaking of this plugin will result in instant termination of access.
3. This plugin is not guaranteed to any updates or modifications. (We have this in our ToS to protect myself in case I cannot push updates to the plugin for any reason)
4. Once the product has been received by you, we are not responsible for any damage caused by it.
5. This plugin requires an internet connection to run, we are not responsible if the plugin does not work in your situation.
6. You may not sell any add-ons related to this product without permission from myself.
7. By purchasing this plugin you agree to these Terms. (You will be asked to agree at the time of purchase)
Pricing
Core - 100$ (Non-Negotiable)
Source Code - Not available for purchase.
Ending Notes
If you wish to purchase our Core or have any questions/concerns regarding it, please contact me using a Private Message
Currently this plugin is still under development and we are not accepting any orders.
About
Hello!
Soon we will be selling our new HCF Core that has been created by Huli and I. This core has been in development since December of 2017, we have been hard at work making many features and improving this Core over and over. This core features many back-end choices for whatever set-up you currently have and the ability to support your own database types as-long if you can write a driver yourself. We have even implemented a modular add-on system that allows users to create add-ons for this core that are totally separate from the Core's source code.
Features
* Multiple Database Support (SQLite, MySQL, Redis, Mongo, and more)
* Asynchronous Saving & Running on most features
* Light-weight Performance
* Easy Customization/Configuration
* Factions System (Coleaders, Subclaims, DTR, Regeneration, and more)
* Koth System (Scheduling, Specific Times per koth, and more)
* Conquest System (Multiple Conquests, Configurable Points/Rewards)
* Mountain System (Glowstone & Ore)
* Advanced Developer API (Module System & Easy Interface)
* Standard HCF Kits (Archer, Bard, Rogue, and more)
* Player Timers (Combat, Enderpearl, Apple, Gapple, and more)
* Tablist (Supports 1.7.* and 1.8.*)
* Scoreboard
* Settings GUI
* Mapkit GUI
* Wand Based Claiming (Allows over-claiming your own territory to extend it, this is if there is also room around your claim that is empty)
* EOTW Timer
* Starting Timer per player (Replaces SOTW)
* Combat Loggers
* Faster Brewing & Smelting
* Enchant & Potion Limiter
* Crowbars
* Death Messages
* Safezone Glass Border
* Shop Signs
* Kitmap Classes
* Kitmap Class Signs
* and more.
* Asynchronous Saving & Running on most features
* Light-weight Performance
* Easy Customization/Configuration
* Factions System (Coleaders, Subclaims, DTR, Regeneration, and more)
* Koth System (Scheduling, Specific Times per koth, and more)
* Conquest System (Multiple Conquests, Configurable Points/Rewards)
* Mountain System (Glowstone & Ore)
* Advanced Developer API (Module System & Easy Interface)
* Standard HCF Kits (Archer, Bard, Rogue, and more)
* Player Timers (Combat, Enderpearl, Apple, Gapple, and more)
* Tablist (Supports 1.7.* and 1.8.*)
* Scoreboard
* Settings GUI
* Mapkit GUI
* Wand Based Claiming (Allows over-claiming your own territory to extend it, this is if there is also room around your claim that is empty)
* EOTW Timer
* Starting Timer per player (Replaces SOTW)
* Combat Loggers
* Faster Brewing & Smelting
* Enchant & Potion Limiter
* Crowbars
* Death Messages
* Safezone Glass Border
* Shop Signs
* Kitmap Classes
* Kitmap Class Signs
* and more.
Media
Media Here
Code Snippets
Snippets Here
Developer API
This Developer API was created by myself and took lots of effort getting it work work fully. This API was created on the thought that people should easily be able to create add-ons that don't need to run as plugins on the server while making it easy and accessible to do so. To create a module you would start similarly to a Bukkit/Spigot plugin, except you would implement our API. This is an example module made by myself.
Code:
import com.furestudios.hcf.api.Module;
public class Test extends Module {
public void onEnable() {
System.out.println("--------------------------------------");
System.out.println("Enabled Test Module!!!!");
System.out.println("This server runs HCF v" + this.hcf().getDescription().getVersion());
System.out.println("--------------------------------------");
}
public void onDisable() {
System.out.println("--------------------------------------");
System.out.println("Disabling Test Module!!!!");
System.out.println("--------------------------------------");
}
}
More information and usages will be added soon.
Configs
config.yml -
messages.yml -
locale.yml -
scheduler.yml -
kits.yml -
locations.yml -
Terms
1. All purchases are final, refunds are given at my discretion.
2. Any trading, selling, or leaking of this plugin will result in instant termination of access.
3. This plugin is not guaranteed to any updates or modifications. (We have this in our ToS to protect myself in case I cannot push updates to the plugin for any reason)
4. Once the product has been received by you, we are not responsible for any damage caused by it.
5. This plugin requires an internet connection to run, we are not responsible if the plugin does not work in your situation.
6. You may not sell any add-ons related to this product without permission from myself.
7. By purchasing this plugin you agree to these Terms. (You will be asked to agree at the time of purchase)
Pricing
Core - 100$ (Non-Negotiable)
Source Code - Not available for purchase.
Ending Notes
If you wish to purchase our Core or have any questions/concerns regarding it, please contact me using a Private Message
Currently this plugin is still under development and we are not accepting any orders.
Last edited:
