Commit Graph

63 Commits

Author SHA1 Message Date
a3a75bb8ee items: cheaper recipe, plus custom model data for future resource pack work
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-18 15:05:28 +01:00
61f4dc90dc Bump version 2022-09-18 15:03:27 +02:00
aafeb9fe34 geometry: verbose-- 2022-09-18 15:02:10 +02:00
6d8b291b2f ui: display banner instructions in UI 2022-09-18 15:01:58 +02:00
244bb32d70 plugin: handle failure to load more gracefully 2022-09-18 15:01:14 +02:00
d247953546 regionmanager: basic lands plugin integration 2022-09-18 14:11:43 +02:00
669fab22cd regionpostitemwatcher: rewrite region charge recipe to be cheaper 2022-09-18 12:31:41 +02:00
221539001e rip pl3xmap 2022-09-18 12:31:20 +02:00
61d0af1a05 pom: version bump 2022-09-18 12:26:11 +02:00
75087b23e1 region: jump cost to hub is always 1, but spokes are more expensive 2022-09-11 22:28:54 +02:00
8af0909110 playernotifier: fix 1.17 protocol support 2021-07-09 10:05:12 -07:00
9944a7bcdb dynmapeventrelay: fix method visibility 2021-07-08 07:56:53 -07:00
e21115cc65 geometry: bordermesh: fix bug with one-way routes, move route calculation into triangulate()
Fixes #19
2021-07-08 07:55:50 -07:00
51fdc80542 pl3xmap: use lantern icons for region posts 2021-07-08 07:49:45 -07:00
ff70dd255b plugin: Add some preliminary pl3xmap support 2021-07-08 00:34:12 -07:00
b5a28e40cf Release 0.3.0 2021-07-07 21:57:12 -07:00
4bfce1fd8d version: rc6 2021-06-15 14:46:57 -07:00
81960d14ce playernotifier: drop last usage of deprecated paperlib Title system 2021-06-15 14:46:31 -07:00
4bbada298f readme++ 2021-06-15 14:45:53 -07:00
e3afbdc3c7 plugin: add bstats telemetry before 0.3 release for feedback 2021-06-15 13:29:43 -07:00
034527c208 regionpostitemwatcher: implement crafting recipes for anchors, charges, and compasses 2021-06-15 13:08:10 -07:00
092ed9c6d0 geometry: bordermesh: fix region linking to prevent routes that run through unrelated regions 2021-06-15 13:07:29 -07:00
ac14a78d7f ui: playerteleporter: reduce the rotation error from a misfire that is just plain mean on long jumps 2021-06-15 13:06:59 -07:00
eaa8313cd1 dynmap: update dynmap to fix borders, show costs on routes, and use a special icon for hubs 2021-06-15 13:06:09 -07:00
4ad16238e2 pom: fix jar loading in runtime 2021-06-15 07:01:37 -07:00
9e57cc4d1d pom: bump version to rc3 2021-06-14 13:30:13 -07:00
ccba5e3bd8 src: swap out region charges for XP levels as fuel, implement a mode where posts malfunction if you dont have enough levels 2021-06-14 13:30:04 -07:00
d18c6e54f9 region: add item flags to banner items to hide pattern list in ui 2021-06-14 13:28:48 -07:00
401e81fcb1 regionpostitemwatcher: fix compasses 2021-06-14 13:28:13 -07:00
5e309819eb regionpostitemwatcher: remove more api that was removed in 1.17 2021-06-14 13:27:21 -07:00
b1350ab36b playernotifier: drop paper api that doesnt exist in 1.17 2021-06-14 13:25:43 -07:00
817b6c823a geometry: bordermesh: make sure we can still do travel even if a mesh cannot be generated 2021-06-14 13:24:51 -07:00
7e78af38c9 plugin.yml: drop unused dep 2021-06-14 13:24:15 -07:00
d463a31ac0 items: fix compass item detection, give XP when charging and discovering posts, require sneaking to apply items to posts to cut down on misclicks 2021-06-11 10:19:30 -07:00
41addd1a88 permissions: create separate perms for commands vs items, rename creator item to anchor 2021-06-11 09:34:26 -07:00
b04ac9e5a4 region: re-implement default colors based on names 2021-06-11 09:34:02 -07:00
c40eb3b92c pom: remove holographicdisplays from deps 2021-06-11 09:32:35 -07:00
4573e9473e regionpostitemwatcher: simplify compass item management 2021-06-10 23:07:01 -07:00
2fd43aba13 plugin: remove hologramapi support. too tacky. 2021-06-10 23:06:36 -07:00
2d5a171f72 gitignore: ignore vim swap 2021-06-10 23:05:48 -07:00
f6cb90bdf0 after a big rewrite and tons of new features, rc1 for 0.3 2021-06-10 22:51:21 -07:00
0aaff0a69e Restructure region calculations to occur in the RegionManager, and send out new PlayerRegionChangeEvents 2012-04-25 17:54:06 -04:00
be6c81caed No need to recalculate player regions on create/remove from within the command 2012-04-25 17:52:32 -04:00
d56312ad21 Define external API 2012-04-25 16:33:47 -04:00
5cbc8a5876 Rename the movein command class 2012-04-25 16:33:37 -04:00
2507e9615a Rename the dynmap event bits to something sensible 2012-04-25 16:30:35 -04:00
b7119d774e Move distance calculations into the Region object 2012-04-25 16:29:01 -04:00
3421a6e267 code cleanup 2012-04-25 16:25:07 -04:00
7210498517 Clear and recalculate regions after a reload 2012-04-25 16:24:41 -04:00
e699f3525a Add /region load and /region save 2012-04-25 16:24:23 -04:00