Gacha Feeder

Verified Gacha Feeder 1.0

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.
Gacha Feeder
PLEASE NOTE: After you purchase a license, please visit my Discord Channel for file access and Account ID
https://discord.gg/TFSY7fEqT7
IF YOU HAVE ANY ISSUES BUYING FROM HERE you can also purchase from my Official Webstore located at:
https://jraserverapi.tebex.io/


This plugin will add Gacha Feeders to your servers. Feeders are saved and reloaded with the map.

1659678734294.png


Just look at the configured feeder structure (the default config is the vault and storage box) and then type /feedgachas

Also make sure you've filled your vault with foundations and other food the Gacha's love to eat and they will be delivered reliably. Also it will not fill up your Gacha inventory completely, you can leave room for owl pellets.

With the Gacha Feeder you can just put one point into weight and the rest of the points into crafting skill and your Gachas will be fed continuously while producing the best loot.

JSON:
{
    "GachaFeeder":{
        "AccountID": "",  // account id
        "Enabled": true,  // enable plugin
        "DiscordWebHook": "",  // discord webhook for logging
        "DatabaseSaveIntervalMinutes": 15,   // database save interval in minutes
        "GachaFeedingIntervalSeconds": 120,  // how often to feed gachas in seconds
  
        // player setting permission profiles
        "GroupPermission": {
            "Admins":{
                "Priority": 1,
          
                "FeederEnabled": true,     // enable feeder
                "FeederUseTokens": false,  // pay with tokens?
                "FeederLimit": 2,   // how many feeders per map?
                "FeederPrice": 0    // how much?
            },      
            "Default":{
                "Priority": 99,
          
                "FeederEnabled": true,     // enable feeder
                "FeederUseTokens": false,  // pay with tokens?
                "FeederLimit": 2,   // how many feeders per map?
                "FeederPrice": 0    // how much?
            }
        },
  
        "Feeder":{
            "Enabled": true,
            "ChatCommand": "/feedgachas",
            "TokenName": "FeedGachas",
            "CommandCooldownInSeconds": 5,    // how often can the player spam this command?
            "FoundationDistanceLimit": 5,
            "AverageWeightRemaining": 250,   // the amount of "room" to leave on each gacha for things like owl pellets etc..
            "FoundationRange": 40,           // the range to look for gachas to feed
      
            // the structures used as feeders
            "Structures": [
                "Blueprint'/Game/PrimalEarth/Structures/StorageBox_Huge.StorageBox_Huge'",
                "Blueprint'/Game/PrimalEarth/Structures/StorageBox_Large.StorageBox_Large'"
            ]
        },


        "Messages":{
            "GroupPermission": {
                "Default":{
                    "Priority": 99,              

                    "Feeder": "This structure will now feed Gachas",
                    "FeederMax": "You have reached the max limit for Gacha feeders on this map",
                    "FeederOff": "This structure is no longer feeding Gachas",
                    "FeederFail": "This structure is already being used as a feeder",
              
                    "NoPermission": "You do not have permission to use this command",
                    "PlayerHelpCommand": "All your available commands for Item Collector have been printed out for you in the tab console. Press your tab twice to see the results.",
                    "PlayerHelpCommandResults": "Command: {} for {} {}",
                    "SenderNameInChat": "SERVER",
                    "NotEnabled": "This feature is not enabled on the server",
                    "NotEnoughTokens": "You don't have enough tokens to use this command",
                    "NoPoints": "You do not have enough points ({} needed)",
                    "CommandPurchased": "Command purchased for {} points",
                    "CommandCooldown": "You cannot use this command so quickly, try again in a moment",              
                    "Points": "Points",
                    "Tokens": "Tokens",
                    "Free": "Free"

                }
            }      
        }
    }
}
  • Like
Reactions: stevie senpai
Tempest Dedicated Servers
Tebex
Back
Top