Advertisement
Guest User

Coin Flipping Config

a guest
Aug 26th, 2021
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. {
  2.   "Commands": [
  3.     "flip"
  4.   ],
  5.   "Work with Notify?": true,
  6.   "Economy": {
  7.     "Type (Plugin/Item)": "Plugin",
  8.     "Plugin name": "Economics",
  9.     "Balance add hook": "Deposit",
  10.     "Balance remove hook": "Withdraw",
  11.     "Balance show hook": "Balance",
  12.     "ShortName": "scrap",
  13.     "Display Name (empty - default)": "",
  14.     "Skin": 0
  15.   },
  16.   "Interface": {
  17.     "Show coin in header?": true,
  18.     "Coin Image": "https://i.imgur.com/GBVGvQa.png"
  19.   },
  20.   "Values for Bot Game": [
  21.     100,
  22.     200,
  23.     300
  24.   ],
  25.   "Min Bet for Bot Game": 100,
  26.   "Min Bet for Player Game": 100,
  27.   "Permissions Settings": {
  28.     "Opening the interface": "coinflipping.use",
  29.     "Playing against players": "coinflipping.players",
  30.     "Playing against NPCs": "coinflipping.npcs",
  31.     "Creating a room": "coinflipping.createroom"
  32.   }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement