Resource icon

Free DinoColorEvents 1.3

No permission to download
This resource is free
DinoColorEvents is a plugin for Asa that allows server owners to run wild dino color events. New wild creatures will spawn using preset or custom color IDs.

Features

  • Preset and custom color events
  • Timed events with auto-end
  • Apply colors to existing wild dinos
  • RCON and console support
  • MySQL database support for persistence (events survive restarts)

For Players

  • /colorstatus shows the current active event
  • Tamed creatures keep their colors permanently
  • The plugin does not modify already tamed creatures


  • Code:
    ColorEvent.Start <...>       Start an event 
    ColorEvent.Stop              Stop the current event 
    ColorEvent.Status            View plugin and event status 
    ColorEvent.RemoveAll         Reset wild dino colors to default 
    ColorEvent.Reload            Reload config file 
    
    ColorEvent.Start Rainbow 
    ColorEvent.Start Rainbow 60 
    ColorEvent.Start Halloween 90 existing 
    ColorEvent.Start 1,2,3,4,5 30 existing


  • JSON:
    {
        "EnableEventPersistence": true,
        "Database": {
            "MySQL": {
                "Host": "localhost",
                "Port": 3306,
                "User": "arkserver",
                "Password": "",
                "Database": "ark_dinocolorevents"
            }
        },
        "PresetEvents": {
            "Rainbow": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
            "Christmas": [1, 18],
            "Halloween": [75, 79],
            "Ocean": [53, 54, 95],
            "Sunset": [10, 75, 11, 76]
        }
    }
  • Like
Reactions: stevie_senpai
Author
Fonzie
Downloads
18
Views
835
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Fonzie

Back
Top