Recent content by isthattay

Welcome!

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

SignUp Now!
  1. I

    Spawn Overrider

    Does this keep default ark spawns by default? Looking to keep default ark spawns but leverage the prevent building in spawn feature
  2. I

    [Unstable] ArkShop Rework [Deleted]

    Same DB structure as Michidu's shop? meaning I can set DB info the same and migrate without players losing points etc?
  3. I

    a updated plugin checker/updater

    Have you tested old one? is it working
  4. I

    [Resource] Structures Limit

    Even just the admin unlimited, without support for extra groups would be nice. Community Centers and all can eat up the limits
  5. I

    [Resource] Structures Limit

    Really great mod. The only suggestion would be to allow limits across a group of items, 20 max behemoth gates for example, with all the different BPs included. When its individual user technically could build 3x (6x if using S+) if they made max of each type
  6. I

    [Official] Ark: Survival Evolved - ArkShop

    Look up symbolic links, should work for that
  7. I

    [Official] Ark: Survival Evolved - ArkShop

    @ProjectRoot Yes, im sure. The entire /shop X pages displays sequential numbers, however only the proper buyid from the config file work. The very first test file I used had sequential buyids, but that file is long gone. Could it be cached somewhere?
  8. I

    [ARK] AutoDecay [Anti-Autobreed][Cluster Support]

    says I don't have permissions to purchase
  9. I

    [Official] Ark: Survival Evolved - ArkShop

    My code is like that - Weird because it only works with /buy element 1 so it knows its buyid is element "element": { "Type": "item", "Description": "Element (100x)", "Price": 350, "Items": [{ "Quality": 0, "ForceBlueprint": false, "Amount": 100, "Blueprint"...
  10. I

    [Official] Ark: Survival Evolved - ArkShop

    Anyone have an idea why buy IDs would show numerical numbers? for example /shop shows 23 for element and not "element". . . but it only works if you type /buy element 1 so the file knows what is correct.
  11. I

    TebexArk - Server Donation Plugin

    Can anyone answer if this push commands should be public or local IP?
  12. I

    [Official] Ark: Survival Evolved - ArkShop

    Having issues seeing my BUYIDS, actual IDs from the file WORK the problem is the players see these sequential numbers so they have to look in my F1 info to get real IDs. Any Ideas? I even tried switching to mysql thinking a new DB would clear it up but it brought these numbers with them. Will...
  13. I

    TebexArk - Server Donation Plugin

    @Tiamo Can you comment on what you did? Im having same issue
  14. I

    Need help with MySql configuration

    Ty @Lethal that clears it up.
  15. I

    Need help with MySql configuration

    Im using a plugin that requires "MySQLHost": "localhost", "MySQLUsername": "root", "MySQLPassword": "password", "DBName": "name", Ive downloaded mysql to server to the server and status is "running", just want to confirm a few points as im not familiar with mysql or the workbench app. 1. In...
Back
Top