Hey there!
As you probably know, I'm developing a HCF core called "TheCore" (Here) which is due to be released in december of this year.
I would like to get some feedback from the community to get a general idea of the features I could add to the initial release.
As well as this, I'd like to get some feedback on a feature I'm working on right now, custom classes:
Current config:
That is the current config layout I have laid out. It supports power, holdable items, clickable items, immunities (to damage, poison, fall damage, etc) and abilities like wall climbing and double jumping (Yes it's HCF but I wanted to add something to bring some diversification into the plugin instead of it being a generic core)
If you can think of any ideas I can add to the class system, or ideas in general, please PM me or reply to this thread.
Thanks, Eric.
As you probably know, I'm developing a HCF core called "TheCore" (Here) which is due to be released in december of this year.
I would like to get some feedback from the community to get a general idea of the features I could add to the initial release.
As well as this, I'd like to get some feedback on a feature I'm working on right now, custom classes:
Current config:
Code:
classes:
bard:
name: "Bard"
class_warmup_seconds: 10
pvptimer_access: <boolean>
energy: <boolean>
energy_per_second: 2
maximum_energy: 100
armour:
helmet: DIAMOND_HELMET
chestplate: DIAMOND_CHESTPLATE
leggings: DIAMOND_LEGGINGS
boots: DIAMOND_BOOTS
passive_effects:
- SPEED:2
constant_effects:
- WEAKNESS:1
holdable: <boolean>
holdable_items:
BLAZE_POWDER:
effects:
- STRENGTH:1
energy: <boolean>
energy_per_second: (if enabled)
clickable: <boolean>
clickable_items:
BLAZE_POWDER:
effects:
- STRENGTH:2
energy_use: <boolean>
energy_per_use: (if enabled)
cooldown_time: 10
immunities:
- WITHER_DAMAGE
- POISON_DAMAGE
- FALL_DAMAGE
abilities:
- WALL_CLIMB
- DOUBLE_JUMP
If you can think of any ideas I can add to the class system, or ideas in general, please PM me or reply to this thread.
Thanks, Eric.
