Atlas Shop, Currency & Kits

Welcome!

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

SignUp Now!

Michidu

Administrator
Staff member
Joined
Jan 17, 2018
Messages
563
Michidu submitted a new resource:

Atlas Shop, Currency & Kits [Alpha] - Ingame shop, custom currency and kits for Atlas

This an "Early Access" version of shop plugin for donators. After some time, it will be released for everyone.

Features:
  • Add any item, dino, beacon or experience points to the shop
  • Points trading system
  • Create custom kits with items and dinos inside
  • Players can receive points for the time spent on server
  • SQLite or MySQL Database
  • Customizable config
  • Automatically give kits on player spawn
Chat Commands:
  • /points - Shows current...

Read more about this resource...
 
Sounds like a nice plugin. I'm trying to use it at the moment but I'm guessing I have something wrong with my config at the moment. Error code 1114 (permissions is loaded).

The idea is that I issue the appropriate kit a Steam ID (that's online or offline) via RCON.

Code:
{
  "Mysql":{
    "UseMysql":false,
    "MysqlHost":"localhost",
    "MysqlUser":"apitest",
    "MysqlPass":"12345",
    "MysqlDB":"atlasshop"
  },
  "General":{
    "TimedPointsReward":{
      "Enabled":false,
      "Interval":5,
      "Groups":{
        "Default":{
          "Amount":5
        },
        "Premiums":{
          "Amount":15
        }
      }
    },
    "ItemsPerPage":15,
    "ShopDisplayTime":15.0,
    "ShopTextSize":1.3,
    "DbPathOverride":"",
    "WebKey":"",
    "DefaultKit":"",
    "FirstTimeReward":0
  },
  "Kits":{
    "quartermaster":{
      "DefaultAmount":0,
      "Description":"Patreon kit for Quartermaster donors",
      "Items":[
        {
          "Amount":1000,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'"
        }
      ]
    },
    "sailingmaster":{
      "DefaultAmount":0,
      "Description":"Patreon kit for Sailing Master donors",
      "Items":[
        {
          "Amount":500,
          "Quality":0,
          "ForceBlueprint":false,
          "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'"
        }
      ]
    }
  },
  "ShopItems":{
   
  },
  "SellItems":{
   
  },
  "Messages":{
    "Sender":"AtlasShop",
    "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
    "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
    "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
    "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
    "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
    "HavePoints":"You have {0} points",
    "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
    "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
    "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
    "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
    "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
    "AvailableKits":"Available kits for you:",
    "NoKits":"No available kits",
    "KitsLeft":"You have {0} {1} kits left",
    "NoKitsLeft":"You don't have {0} kits left",
    "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
    "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
    "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
    "GotPoints":"You have received {0} points from {1}",
    "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
    "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
    "BuyUsage":"Usage: /buy id amount",
    "ShopUsage":"Usage: /shop page",
    "KitUsage":"Usage: /kit KitName",
    "BuyKitUsage":"Usage: /BuyKit KitName amount",
    "TradeUsage":"Usage: /trade 'Player Name' amount",
    "PointsCmd":"/points",
    "TradeCmd":"/trade",
    "BuyCmd":"/buy",
    "ShopCmd":"/shop",
    "KitCmd":"/kit",
    "BuyKitCmd":"/buykit",
    "SellCmd":"/sell",
    "ShopSellCmd":"/shopsell",
    "SellUsage":"Usage: /sell id amount",
    "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
    "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
    "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
    "KitsListPrice":"Price: {0}",
    "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
    "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
    "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
    "StoreListFormat":"{0}",
    "OnlyOnSpawnKit":"This kit can be used only on spawn",
    "HelpCmd":"/shophelp",
    "ShopMessage":"Usage: /buy id amount",
    "HelpMessage":"This is shop help message",
    "ClaimCmd":"/claim",
    "ClaimedItems":"You have successfully claimed the items",
    "NothingToClaim":"You have nothing to claim",
    "ReceivedFirstPoints":"{}"
  }
}
 
Set 'DbPathOverride' if you want to use sqlite.
 
A minor issue perhaps, but I'm using the MySQL side of it for the moment. I don't know if this is the same if I were using sqlite. However, for some reason the plugin was telling someone they didn't have any kits available yet they had a kit when I checked the entry in the MySQL database table. Is the plugin possibly caching certain results? As soon as I restarted the server it said they had a kit available.
 
A minor issue perhaps, but I'm using the MySQL side of it for the moment. I don't know if this is the same if I were using sqlite. However, for some reason the plugin was telling someone they didn't have any kits available yet they had a kit when I checked the entry in the MySQL database table. Is the plugin possibly caching certain results? As soon as I restarted the server it said they had a kit available.
No, it doesn't. Maybe it had to do something with permissions or level?
 
Anyone have the blueprints paths for weapons , tools and armours? Cant find em anywhere! Thanks
 
Yeah, already saw it, but no armours/weapons or tools there ! just some skins!
 
Found those Blueprints
Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStonePick.PrimalItem_WeaponStonePick'
Almost the same as ark, but you just gotta fiddle with the names a bit
 
havent been able to get this config file to work since i donated for it. any help would be apreciated. id consider donating again for a tutorial or to have my items listed in a working file!
 
@Michidu after the latest update the shop plugin can no longer spawn in tamed creatures that are untamable by default such as the Yeti. Turtle...etc. It worked prior to the v11 update.
 
Tempest Dedicated Servers
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tebex
Back
Top