Creatures+

Verified Creatures+ 1.33

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

On GameServersHub, developers can earn a "Verified" prefix tag for their resources. This tag indicates that the developer has been granted a website role to upload verified resources, which are generally of higher quality than unverified ones. By consistently providing dedicated and quality results for the gaming community, developers can earn this tag and showcase their commitment to providing top-notch content. So, if you're looking for the best gaming resources, be sure to keep an eye out for the "Verified" tag on GameServersHub.
v1.1

CONFIG FORMAT CHANGED SLIGHTLY AND REQUIRES YOUR ATTENTION.

New config options
JSON:
    "Commands": { //CHANGES TO THE COMMANDS SECTION REQUIRES THE PLUGIN TO BE UNLOADED (NOT RELOADED)
        "LevelHP": "/levelhp", //Command level HP quickly
        "LevelSpeed": "/levelspeed", //Command need to level Speed on flyers
        "FreeRespec": "/dinorespec", //Command used by "FreeDinoRespecEnabled"
        "ShopRespec": "shopdinorespec", //Command used by ArkShop to sell dino respecs
        "ConfigReload": "CreaturesPlus.Reload" //Command for Console/RCON to reload the plugin config.
    },
Dinos can now be added like the Argent if you only want to enable leveling speed
Dinos with stats will now be listed inside of "Stats" to allow future expansion of features beyond placing levels on the dino stats.
JSON:
    "Dinos": [
        {
            "Dino": "Argent_Character_BP"
        },
        {
            "Dino": "Ptero_Character_BP",
            "Stats": {
                "Stamina": {
                    "AddOnTame": 0.35,
                    "ImprintGives": 0.2,
                    "MaxPerPoint": 0.1,
                    "CapPoints": -1
                },
                "Weight": {
                    "AddOnTame": 0.35,
                    "ImprintGives": 0.2,
                    "MaxPerPoint": 0.1,
                    "CapPoints": 0
                },
                "Movement Speed": {
                    "AddOnTame": 0.35,
                    "ImprintGives": 0.2,
                    "MaxPerPoint": 0.02,
                    "CapPoints": 5
                }
            }
        }
    ],
Bug Fix: Harvesting Levels of Dinos will also be reset when /dinorespec is used.
First full release after beta. See the overview page for details.
Tebex
Tempest Dedicated Servers
Back
Top