Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,500 resources
02
Days
10
Hours
39
Mins
29
Secs

[THECORE] IDEAS AND FEEDBACK

Status
This thread has been locked.

Eric

Software Engineer
Supreme
Feedback score
14
Posts
1,760
Reactions
1,648
Resources
1
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:
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
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.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.
Status
This thread has been locked.
Top