Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Buy Custom Quantities with Commands #8

Open
SheerYin opened this issue Aug 5, 2022 · 3 comments
Open

Request: Buy Custom Quantities with Commands #8

SheerYin opened this issue Aug 5, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@SheerYin
Copy link

SheerYin commented Aug 5, 2022

For example, if a player wants to buy 10,000 items, he can use "/shop buy 10000" (the shop targeted by the crosshair, or select the shop with a wooden stick and operate)
And "/shop sell 10000"

I have understood that Shift+left and right keys can achieve one-time 64, but it cannot solve large orders, nor does it support custom quantities such as: 32, 45

Also use command instead of chat input count
Consider Sync Chat compatibility for Bungee servers

@Flowsqy Flowsqy added the enhancement New feature or request label Aug 5, 2022
@Flowsqy
Copy link
Owner

Flowsqy commented Aug 5, 2022

Thx for the suggestion !
Currently I can't write any line of code as I'm in holidays.
This feature should be easy to implement after A LOT of modification in the code on the buy and sell process. (Implementing it without theses changes would be a pure nightmare). As it must take a long time, idk when it will be available.
Btw, what do you mean by bungeecord support ? This feature should send messages only to the player who make the command. (Otherwise I did not understand properly)

@SheerYin
Copy link
Author

SheerYin commented Aug 5, 2022

Thx for the suggestion ! Currently I can't write any line of code as I'm in holidays. This feature should be easy to implement after A LOT of modification in the code on the buy and sell process. (Implementing it without theses changes would be a pure nightmare). As it must take a long time, idk when it will be available. Btw, what do you mean by bungeecord support ? This feature should send messages only to the player who make the command. (Otherwise I did not understand properly)

What I want to say is that, similar to the store "QuickShop", he uses the chat box to get the Number
Causes it to not work on any Bungee chats because those Bungee chats overwrite/modify/intercept chats

So, try to use commands to customize numbers

@Flowsqy
Copy link
Owner

Flowsqy commented Aug 5, 2022

Ok, so using commands was already a way to solve this behavior.
Bungeecord is not supposed to break anything in Spigot plugin but whatever, I'm not the QuickShop developer x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants