benamaurer
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.
2023-08-30 02:25:26 +00:00
Joey Hines
f049ec304a
Message formatting changes
...
+ All owners are shown with the info command
+ Removed the owner from formattedLocationString
+ Added dimensions to formattedLocationString
2020-08-16 13:25:43 -05:00
Joey Hines
0687caf051
Fixed formatting in getFormattedLocatedString and selling
...
+ selling now includes the portal of a shop
+ tunnels are listed before coordinates
2020-08-03 20:06:41 -05:00
Joey Hines
0854e21015
Added LICENSE file
2020-01-08 15:25:25 -06:00
Joey Hines
5d6daa0414
Cleanups and corrections
...
+ Bug fixes
+ Fixed some string formatting issues
2020-01-08 15:15:36 -06:00
Joey Hines
c9c4be387b
Added dimension support to AddLocationCommand and EditPostCommand
...
+ This info is only used internally, but may be displayed in the future
+ Added function for converting the environment to a dimension string
2020-01-08 14:38:52 -06:00
Joey Hines
e56518431e
Added tunnel and restock commands
...
+ Added punctuation to some messages
2020-01-08 14:04:30 -06:00
Joey Hines
d764c31208
Added location command and remove_resident command\
...
+ Fixed AddTunnel command
+ Small wording change
2020-01-08 13:32:33 -06:00
Joey Hines
e7bddf51cb
Added info command
...
+ Added objects for location models that have unique info strings
+ Fixed add_resident
2020-01-07 17:48:48 -06:00
Joey Hines
6cf0cf5976
Added find_farm command
2020-01-07 09:55:06 -06:00
Joey Hines
2d5e0109ea
Added find_around command
2020-01-07 09:45:35 -06:00
Joey Hines
2fcf01a7de
Added edit_tunnel command
...
+ Supported by the add_tunnel command
+ I hate past me sometimes
2019-12-29 20:03:21 -06:00
Joey Hines
7ecdb7b283
Added edit_pos command
...
+ Fixed error messages for some commands
2019-12-29 19:47:43 -06:00
Joey Hines
f59072d534
Added missing files
2019-12-29 18:29:04 -06:00
Joey Hines
88cb10b96c
Added delete_resource command and moved GeoffreyCommand to objects
...
+ GeoffreyCommand is now in the objects package
2019-12-29 13:16:23 -06:00
Joey Hines
3c15b9e770
Added delete_item command
2019-12-29 11:02:36 -06:00
Joey Hines
6088b84b72
Merge branch 'master' of git.etztech.xyz:ZeroHD/GeoffreyMCPlugin
2019-12-29 10:46:43 -06:00
Joey Hines
2cecd8d0c5
Added missing files
2019-12-29 10:46:33 -06:00
Joey Hines
9ebf240b16
Added add_tunnel and delete commands
2019-12-29 10:46:04 -06:00
Joey Hines
a3c12f8dd6
Added add_resource command
...
+ Added GeoffreyResource model
2019-12-26 15:15:16 -06:00
Joey Hines
4cf8400347
Added missing file (again)
2019-12-26 14:21:01 -06:00
Joey Hines
845630ce9b
Merge branch 'master' of git.etztech.xyz:ZeroHD/GeoffreyMCPlugin
2019-12-24 17:15:44 -06:00
Joey Hines
4804ca5ad4
Added missing files from last commit
2019-12-24 17:15:23 -06:00
Joey Hines
f92a0c98bf
Added add_item and add_resident commands + better logging
...
+ Added error logging to console
+ Re-did plugin.yml to have a usage for each command
+ Handle multiple word location names better
2019-12-24 17:12:09 -06:00
Joey Hines
d834c95b00
Added register command
2019-12-21 15:43:53 -05:00
Joey Hines
323f5aafa5
Added the ability to add locations to Geoffrey
...
+ All add locations commands are handled by one executor
+ Added the ability for commands to make GET or POST requests tot he api
2019-12-21 15:29:31 -05:00
Joey Hines
1eaefc26bf
Added error handling and selling command
...
+ Errors are handled when the response is parsed as JSON in GeoffreyAPICallback
+ Each command has a Map of errors and error messages it handles
+ Added new Models GeoffreyShop and GeoffreyItemListing
+ Added support for a config
2019-12-19 15:21:51 -06:00
Joey Hines
b4fc8e5750
Initial commit
...
+ Implemented a simple proof of concept `find` command
2019-12-18 13:49:30 -06:00
Joey Hines
03130c7e6d
Initial commit
...
+ Implemented a simple proof of concept `find` command
2019-12-18 13:48:00 -06:00