#not got enough money but i can still buy
1 messages · Page 1 of 1 (latest)
You can add a click_requirement with the has money type, more info here: https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements
Everything about DeluxeMenus requirements!
ive got a requirementn in and it still works:
left_click_requirement:
requirements:
type: 'has money'
input: '%vault_eco_balance%'
output: '250000'
you don't need input with has money, and use amount instead of output
otherwise, you can keep input and output and use type: ">=" instead
but I'd recommend going with the type: has money and amount: 250000
so ive changed it to:
left_click_requirement:
requirements:
type: 'has money'
amount: '250000'
and i can still buy with only 11k
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
you forgot the requirement's name
left_click_requirement:
requirements:
requirementName:
type: 'has money'
amount: '250000'
what should i put there?
anything, just a name
so do something like this:
left_click_requirement:
requirements:
requirementName: money
type: 'has money'
amount: '250000'
no, the name is the part before the :, dont put anything after the :
this is what you have
and I fixed it there
just copy what I have and it'll work
just put that in the config saved and restarted and i can still buy but in the console it says i cant buy it as i dont have the funds but i still recive the item
wot
27.12 20:34:54 [Server] Server thread/INFO CONSOLE issued server command: /eco take RYN0 250000
27.12 20:34:54 [Server] Server thread/INFO Error: The minimum balance a user can have is -$10,000.
27.12 20:34:54 [Server] Server thread/INFO RYN0 issued server command: /ce crystal 1
but i have the item in my hotbar :L
can you send your file again?
uh
I'm not sure why that doesn't work
can you try to remove the ' ' around the number?
that seemed to work thankyou dude much appreciated ❤️

but my deny message doesnt appear
that didnt work
left_click_requirement:
requirements:
requirementName:
type: 'has money'
amount: '250000'
deny_commands:
- ""
if it doesn't work, add 2 spaces before deny_commands
the 2 spaces worked