Commit Graph

38 Commits

Author SHA1 Message Date
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
fee0f4d294 Update player regions on certain bukkit events 2012-04-25 16:23:13 -04:00
21af2c946a Refactor the RegionEvent into two subclasses for future operations 2012-04-25 16:22:26 -04:00
830fbd31f2 Add a tool to plot a resultant config.yml 2012-04-25 16:02:28 -04:00
ef6a08b7a5 Send region updates after a teleport 2012-04-24 16:51:33 -04:00
5e10c6fe87 crash-- 2012-04-24 16:51:23 -04:00
e509c0ef59 Notify players of region updates after updating regions 2012-04-24 16:45:48 -04:00
830ad12556 Add method to re-notify players of region updates 2012-04-24 16:44:27 -04:00
cacc3c9630 debug-- 2012-04-24 16:44:13 -04:00
47d058dbfb Add support for home regions, city regions, and region posts. 2012-04-24 16:40:52 -04:00
f7d0728825 Use the new Region event to create dynmap markers 2012-04-23 16:42:02 -04:00
ba156a3b20 Implement a basic Region event 2012-04-23 16:41:48 -04:00
68ff46a36a Add dependency on dynmap 2012-04-23 16:41:20 -04:00
9b8da81942 Initial commit 2012-04-23 09:53:18 -04:00