#PlayerPoints Shop

1 messages · Page 1 of 1 (latest)

red sand
#

I recently downloaded this plugin and dont know how to work with it.I want to open the shop with the command " /EnchantedShop " and in the Menu to be Other menus to click like u click on Command Icon to see the commands u buy with it.Different Sections if u know what i mean.

alpine pollen
red sand
#

Yes

#

im using PlayerPoints and want to make a shop with deluxemenus

alpine pollen
#

To confirm you want to make a shop with multiple menus for different shoppable items/perks

red sand
#

Yes

alpine pollen
#
    material: GRANITE
    slot: 0
    display_name: '&fGranite'
    lore:
    - ''
    - "&8• &7Buy for: &f100 &cPoints"
    - "&8• &7Sell for: &f25 &aPoints"
    - ''
    - '&8Left click to buy'
    - '&8Right click to sell'
    - ''
    left_click_requirement:
      requirements:
        anything_here:
          type: '>='
          input: '%playerpoints_points%'
          output: '100'
          deny_commands:
          - '[message] &6Shop &8> &7You need &c100 Points &fto buy &c1 x Granite&f.'
    right_click_requirement:
      requirements:
        anything_here:
          type: has item # https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements#has-item
          material: 'GRANITE'
          strict: true
          deny_commands:
          - '[message] &6Shop &8> &7You don''t have &c1 x Granite &fto sell.'
    left_click_commands:
    - '[console] points take %player_name% 100'
    - '[console] minecraft:give %player_name% granite 1' # By adding "minecraft:" we avoid accidentally using a command from a plugin like Essentials
    - '[message] &6Shop &8> &fYou bought &a1 x Granite &ffor &a100 Points&f.'
    right_click_commands:
    - '[console] points give %player_name% 25'
    - '[console] minecraft:clear %player_name% granite 1' # By adding "minecraft:" we avoid accidentally using a command from a plugin like Essentials
    - '[message] &6Shop &8> &fYou sold &a1 x Granite &ffor &a25 Points&f.'```
#

Example of the item itself

red sand
#

Items like that

#

im using uberenchant plugin to make them sharpness 10 and unbreaking 5

alpine pollen
#

my example works

#

Edit to your needs

red sand
#

i just start from empty file?

alpine pollen
red sand
#

i just replace this with

alpine pollen
#

yes

#

keep items:

#

remove 'example':....

alpine pollen
red sand
#

i delete all of this

'example':
material: LIME_DYE
slot: 11
priority: 1
update: true
hide_attributes: true
display_name: '&bExample Kit'
lore:
- ''
- '&7Cooldown : &f3 Days'
- '&7Left Click to Redeem'
view_requirement:
requirements:
kit_requirement:
type: string equals
input: '%essentials_kit_is_available_example%'
output: 'yes'
kit_perm:
type: has permission
permission: essentials.kits.example
left_click_commands:
- '[player] kit example'
- '[close]'
'examplecd':
material: GRAY_DYE
slot: 11
priority: 2
update: true
hide_attributes: true
display_name: '&cExample Kit Unavailable'
lore:
- '&7This kit is on cooldown!'
- '&7You must wait : &f%essentials_kit_time_until_available_example%'
- '&7Before using this kit again.'
view_requirement:
requirements:
kit_perm:
type: has permission
permission: essentials.kits.example
'examplenoperm':
material: GRAY_DYE
slot: 11
priority: 3
update: true
hide_attributes: true
display_name: '&7Example Kit'
lore:
- '&7You do not have permission for this kit!'
'shopexample':
material: head-extended_clip
slot: 12
display_name: '&r'
lore:
- '&7Shop example using'
- '&7view requirements!'
- '&fLeft click to purchase.'
priority: 1
view_requirement:
requirements:
shop_perm:
type: has permission
permission: deluxemenus.shopexample
left_click_commands:
- '[sound] ENTITY_FIREWORK_ROCKET_BLAST'
- '[console] give %player_name% skull 1 player:extended_clip name:&bExtended_Clip lore:&8<lore>|&7Example_Shop_Item|&8<lore>'
- '[message] &8[&6&lDeluxeShop&8] &fYou have succesfully purchased &7extended_clips &fhead!'
- '[console] eco take %player_name% 666'
- '[close]'
left_click_requirement:
requirements:
balance_check:
type: has money
amount: 666
'shopnoperm':
material: head-extended_clip
slot: 12
display_name: '&7No permission'
lore:
- '&8You are missing the &bdeluxemenus.shopexample'
- '&8permission which is required to view the item!'
- '&fLeft click to close the menu.'
left_click_commands:
- '[sound] ENTITY_SNOW_GOLEM_DEATH'
- '[close]'
- '[message] &8[&6&lDeluxeShop&8] &fYou have closed the menu! &7(1 Second message delay!) <delay=20>'
'filler_item':
material: GRAY_STAINED_GLASS_PANE
slots:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
display_name: ' '

#

?

alpine pollen
red sand
#

Okay i understood how to make an item.But i need to make Different Sections

#

for Example i click on this and it opens a different Section with Items in there

alpine pollen
#

Very easy make another file with new menu stuff then you could use
-"[openguimenu] anothermenu"

anothermenu being the menus file to make it open the second menu

red sand
#

Can you create me Example for this i tried and it didnt work i think we are placing this in wrong place

alpine pollen
dim parrotBOT
#
FAQ Answer:

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

alpine pollen
#

in your config.yml create your different menus

red sand
alpine pollen
#

please use

dim parrotBOT
#
FAQ Answer:

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

red sand
alpine pollen
#

you didnt make the item

#

to go to the next menu

red sand
#

How i do that?

#

im really confused about everything sorry for this

alpine pollen
red sand
#

Thanks i promise ill give the best review ever about the plugin !

alpine pollen
#

im half asleep its 4 am

red sand
#

I need to create another file for it?

#

for the another menu

alpine pollen
#

add / replace what I sent

#

all files were edited

red sand
#

I replace the original in here

#

and the config here

#

but what about another menu i need to create a new file for it ?

alpine pollen
#

yes

red sand
#

in the gui menus

alpine pollen
#

yes

#

call it EnchantedShopExampleSecondary.yml

#

or change it but edit it in the config.yml

red sand
#

I replaced all of this and reloaded and got this

#

and it doesnt open anything

#

when i click it it doesnt do anything

red sand
#

Help me when u can.

alpine pollen
#

Hey,

yes just woke up

#

show me /dm list

red sand
#

oh

#

its not here

#

the second one

#

i didnt safe the config when i pasted it

#

its mb

#

it works now

#

it opens the menu

#

I want to make 3 Sections

#

how do i add more?

#

Can you just make it for me ill tell you what i want?

alpine pollen
#

their is a second item

#

called Othermenu

red sand
#

Yes?

#

I just copy it ?

alpine pollen
red sand
#

it doesnt work

alpine pollen
#

did you make another menu?

#

:p

red sand
#

hm i think so XD

#

one sec

#

Can u just make 3 Sections for me

#

please 🥺

alpine pollen
#

you gotta learn

red sand
#

then coach me 😄

#

but it will take more time

#

for you

#

i dont wanna waste your time

red sand
#

I tried to create a third menu by myself

#

but it doesnt show up

alpine pollen
#

did you reload?

red sand
alpine pollen
#

your missing 1 menu

#

where is the other file

red sand
alpine pollen
#

k imma just explain how to do it

#

prob will be better

#

so each menu needs to be in the config

#

the name of it without the .yml is the file "name"

#

when creating an item to move the user to another menu

#

youd use the name of the menu

#

is the spacing

#

fixed it

red sand
#

Okay i think im getting used to this plugin

#

Can you help me make the items ?

#

This is the last thing im gonna beg u

#

I want to make an OP ITEMS shop like. I want there to be an Items like sword with sharpness 7 and unbreaking 5. Im using UberEnchant Plugin. The command is /uadd enchant sharpness 7

red sand
#

im trying to do something like that but it doesnt apply the enchant

pure oyster
#

it wouldn't work that way

#

and console doesnt know what item you're holding 🤷‍♂️

red sand
#

so how i fix this?

pure oyster
#

not sure

red sand
#

okay that will be a problem XD

red sand
#

i fixed it

alpine pollen
#

Check my bio

#

Thanks 🙏 glad it worked out

red sand
#

how can i make it look like it has enchants on it

#

like this

alpine pollen
red sand
#

how?

alpine pollen
#

Just add it in manually to the lore like you added the buy for and sell for text

red sand
#

It worked 😄

#

you are the best btw

#

thank you so much

alpine pollen
#

Np

red sand
#

I did the Item shop and customized the menus ill finish tomorrow if i have any questions ill ask.Thanks for the help for now.I really appreciate it

pure oyster
red sand
#

Hello it's me again.How can I do the command for the shop menu to be seen in the commandlist for example when I type / I want players to be able to see the command

red sand
#

Where I put this

pure oyster
#
menu_title: '<>'
open_command:
- example
size: 27
register_command: true```
alpine pollen
#

not -

red sand
#

now it doesnt even open

#

the shop

alpine pollen
#

make sure its just register_command: true

red sand
#

btw

#

when i open your link in your bio my anti virus detects it

#

just saying

alpine pollen
# red sand

ya blame avast they wont respond to my emails

#

they do this to everyones site

#

that isnt a billion dollar corp company

red sand
#

😂

#

now it works

#

thanks

alpine pollen
#

np

alpine pollen
# red sand

try selecting allow most of the users who use avast do that

red sand
#

i did that

#

btw what can i do with your bot ?

#

for what i can use it for

alpine pollen
#

and other cool stuff

red sand
#

Hello I created a new Menu For vote and it works but its bugged with the normal vote menu i need to type /dm reload every time when i restart my server for my menu to work

red sand
#

so the menu is supposed to be like that

#

but when the server restarts it goes back to the normal menu

#

which is this

alpine pollen
red sand
#

yeah prob

#

how to fix that ?

pure oyster
#

change the open_command 👀

#

oh wait

#

im guessing you're using votingplugin

#

and it has its own /vote plugin

#

and the 2nd gui comes from votingplugin's /vote command

#

so you'd probably want to find some way to either disable votingplugin's /vote command or delay deluxemenu's /vote command registration

red sand
#

mhm

red sand
#

you dont know how to fix this issue sad:(

alpine pollen
red sand
#

i didnt understand

alpine pollen
#

google if you cant find the file can't help atm little busy

pure oyster
#

are you using votingplugin btw @red sand

red sand
#

yes

pure oyster
#

wait

#

send your votingplugin config snippet

#

send snippet from Format Options to Top voters

#

basically the format options section

red sand
#

on the paste chat thing

#

should i send the config?

pure oyster
#

oh wait nvm

#

i found a better way

#

well basically what Adam said before

#

in your commands.yml file, we will register deluxemenus' command

#

add this in your commands.yml file

command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
  icanhasbukkit:
  - version $1-
  vote:
  - deluxemenus:vote $1-
red sand
#

but where is this command.yml???

pure oyster
#

in your server's root directory

red sand
#

please

pure oyster
red sand
#

okay done thanks

#

i hope its good now

pure oyster
#

make sure to restart

red sand
#

cant restart rn i have players in the srv

#

prob later

#

ill tell you if something goes wrong

#

thank you for the help ❤️