Advertisement
GlorifiedPig

Untitled

Aug 12th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1.  
  2. glorifiedbanking.config.CONFIGURER_CONFIG_ENABLED = true -- If this is enabled, you use the in-game configurer. Changing the configs below will be pointless.
  3.  
  4. glorifiedbanking.config.MAX_WITHDRAWAL = 100000 -- The maximum amount you can withdraw.
  5. glorifiedbanking.config.MAX_DEPOSIT = 100000 -- The maximum amount you can deposit.
  6. glorifiedbanking.config.MAX_TRANSFER = 100000 -- The maximum amount you can transfer.
  7.  
  8. glorifiedbanking.config.ATM_3D2D_COLOUR = Color( 0, 155, 0, 255 ) -- The 3D2D Colour of the "ATM Machine" text.
  9. glorifiedbanking.config.ATM_3D2D_COLOUR_DOLLAR = Color( 0, 255, 0, 255 ) -- The 3D2D Colour of the rotating dollar on top of the ATM.
  10.  
  11. glorifiedbanking.config.ATM_3D2D_ROTATION_SPEED = 0 -- The rotation speed of the floating dollar sign.
  12.  
  13. glorifiedbanking.config.DERMA_BACKGROUND_COLOR = Color( 0, 0, 0, 150 ) -- The default colour of the background on the Derma menu.
  14. glorifiedbanking.config.DERMA_BACKGROUND_COLOR_SUBSECTION = Color( 35, 35, 35, 255 ) -- The default colour on the Withdrawal, Deposit and Transfer section.
  15. glorifiedbanking.config.DERMA_BUTTON_COLOUR = Color( 41, 128, 185, 250 ) -- The default button colours of the ATM menu.
  16.  
  17. glorifiedbanking.config.ADMIN_INHERIT_MINIMUM = "superadmin" -- The minimum rank requirement (inherits from "x") to be able to use administrative commands.
  18.  
  19. -- All the usergroups that are able to use administrative commands. Group must inherit from 'superadmin'
  20. glorifiedbanking.config.ADMIN_USERGROUPS = {
  21. "superadmin",
  22. "owner"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement