Change /selling so a shop will return multiple matching results if they exist. #2

Closed
benamaurer wants to merge 1 commits from benamaurer-sellingList-fix into master

Currently, only the first result for each shop which matches the search criteria is pulled into the list which is returned to players. For example if someone searches "book", shops with listings for each enchanted book will only show the first result.

Update src/main/java/com/zerohighdef/geoffrey/Objects/GeoffreyAPICallback.java

  • Changing from getFirstItem() to getInfoString() so that each shop can return more than one result in selling_list.
Currently, only the first result for each shop which matches the search criteria is pulled into the list which is returned to players. For example if someone searches "book", shops with listings for each enchanted book will only show the first result. Update src/main/java/com/zerohighdef/geoffrey/Objects/GeoffreyAPICallback.java - Changing from getFirstItem() to getInfoString() so that each shop can return more than one result in selling_list.
benamaurer added 1 commit 2023-08-30 02:28:22 +00:00
c10493cb11 Update src/main/java/com/zerohighdef/geoffrey/Objects/GeoffreyAPICallback.java
Changing from getFirstItem() to getInfoString() so that each shop can return more than one result in selling_list.
joeyahines closed this pull request 2023-09-02 18:44:24 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Geoffrey/Geoffrey-MC-Plugin#2
There is no content yet.