market demiyorum onu shopgui+ile yaptım zaten ama /sell all komutu için diyorumEssentialsın shopgui+ ile alakası yoktur. Ya essentialsın değerini kullanacaksınız, ya da shopgui+'ın.
Zaten eğer shopgui+ kurduysanız marketi onla yapmalısınız, essentialsla değil.
# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
# You should not have to disable commands used in other plugins, they will automatically get priority.
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
disabled-commands:
# - nick
# - clear
# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
# You should not have to disable commands used in other plugins, they will automatically get priority.
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
disabled-commands:
- sell
- sell hand
- sell all
bunu yaptım ama shopgui+ da fiyatı ayarlayamıyorumHa anladım, yani normalde shopgui+'ın /sell all'ını kullanmak istiyorsunuz, ama essentials'a yönlendiriyor. Çözümü:
Essentials'da şöyle bir bölüm olmalı. Oraya devre dışı bırakmak istediğin komutları yaz.
Örnek:
YAML:# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. # You should not have to disable commands used in other plugins, they will automatically get priority. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins. disabled-commands: # - nick # - clear
Yapacağın şey:
gibi bir şey olmalı. Büyük ihtimal tek başına sell yazman bile işe yarar.YAML:# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. # You should not have to disable commands used in other plugins, they will automatically get priority. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins. disabled-commands: - sell - sell hand - sell all
type: item
item:
material: OAK_LOG
quantity: 1
sellPrice: 0.5
slot: 0
çok sağolun arkadaşlar konu kilitFiyatı ayarlamanın jarla alakası yoktur lütfen yanlış bilgi vermeyelim.
ShopGUIPlus > shops > buradaki dosyalardan editleyebilirsiniz.
Örnek:
Mesela bu kod yeri 0. slotta tanesi 0.5TL'ye odun satmana yarar. Zaten hazır kategoriler var, tek yapman gereken sellPrice & quantity değiştirmek.YAML:type: item item: material: OAK_LOG quantity: 1 sellPrice: 0.5 slot: 0