Advertisement
BrainRTP

Example templates.conf

May 2nd, 2024
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.59 KB | None | 0 0
  1. #invisible
  2. clickToBuy: "&eā–¶ Click to buy"
  3.  
  4. balanceNotEnough {
  5.   message: "&cNot enough money"
  6.   sound: "ENTITY_VILLAGER_NO"
  7. }
  8.  
  9. successSound: "BLOCK_NOTE_BLOCK_CHIME"
  10.  
  11. backButton {
  12.   texture: "bd69e06e5dadfd84e5f3d1c21063f2553b2fa945ee1d4d7152fdc5425bc12a9"
  13.   name: "&cBack"
  14. }
  15.  
  16. closeButton {
  17.   texture: "5a6787ba32564e7c2f3a0ce64498ecbb23b89845e5a66b5cec7736f729ed37"
  18.   name: "&cClose"
  19.   lore: "&7Click to close menu"
  20.   click{ closeMenu: true }
  21. }
  22.  
  23. balanceIcon {
  24.   texture: "a9b906b2155f193787042338d05f840391c05a6d3e81623901b296bee3ffdd2"
  25.   name: "&fMoney: &e%vault_eco_balance%"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement