- Builds
- WorldGuard (
master
) - Build #2106
WorldGuard Build #2106
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable DownloadsProject | WorldGuard |
---|---|
Status | SUCCESS |
Branch | master |
Number | #2106-f37fbb1 |
Date | a month ago |
Artifacts
worldguard-bukkit-7.0.5-SNAPSHOT-dist.jar(1115.35 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
f37fbb1a | Fix Falling blocks may change snow layers to that block | joo200 | 2 months ago |
f1f8b625 | Gradle cleanup/unfuckery. Fixes #1729 | wizjany | 2 months ago |
e9330504 | Change relocated/shaded artifacts to compileOnly. | wizjany | 2 months ago |
59d4c7b9 | Fix nullability annotation. | wizjany | 2 months ago |
0c7f4bb8 | Fix TimedHandler not calling delegated handler (#1727) The original commit was calling super, which means that the actual registered handlers were not called, also, added getInvincibility which was originally missing | shane freeder | 2 months ago |
3c9b21d0 | Add timings to third-party session handlers (#1717) * Add Timings for third-party session handlers. These often cause WorldGuard to get blamed by timings. * Add config option to turn off extra timings. * Move relocation to the right build file. * Move config to a map for potential future expansion. * Calculate timing immediately per-factory. Instead of on each handler creation. | wizjany | 2 months ago |
aeea4555 | Ignore BlockFertilizeEvent with empty list. Plugins can clear this list without fully cancelling the event. Fixes #1723 | wizjany | 2 months ago |
129d2735 | Don't send empty messages from chorus-fruit/enderpearl teleports. | wizjany | 2 months ago |
310ce9a6 | Make UUIDFlag ctors public. smh. | wizjany | 3 months ago |
e04c654c | Added arguments to /rg toggle-bypass: on, off | kikelkik | 4 months ago |
b1674e5c | Added test cases for FlagValueCalculator and MapFlags | joo200 | 6 months ago |
89c6a33b | Improved queryMapValue to return defaultValue instead of null | joo200 | 6 months ago |
88c91ce3 | Add fallback value to queryMapValue, use Flag$chooseValue | joo200 | 6 months ago |
b70f5a73 | Added methods to query values from map flags | joo200 | 6 months ago |
b6fc9ddd | Add UUIDFlag | joo200 | 3 months ago |
cbb32120 | Don't throw error when swapping armor slots into the offhand. Lots of conflicting info here, but the offhand slot is in fact part of the quickbar/hotbar (yay bukkit naming) but does *not* use a hotbar "button", since it has its own hotkey (i.e., F by default instead of 0-8). The result is a hotbar_swap *action* with a swap_offhand *clicktype*. Fixes #1698. | wizjany | 3 months ago |
04d5a3b4 | Fixed NoClassDefFoundError if WorldEdit failed to initialize | intelli | 3 months ago |
282425f3 | Move the Mob Blocker feature from CraftBook to WorldGuard (#1695) * Move the Mob Blocker feature from CraftBook to WorldGuard * Formatting. Co-authored-by: wizjany <[email protected]> | matthew miller | 3 months ago |
15a08097 | Small readme tweaks. Fix dead/outdated links, clarify deps. | wizjany | 4 months ago |
035a645d | Deal with bamboo as growth from spread event listener. Closes #1673, #1674. | wizjany | 5 months ago |
59c146f5 | Don't allow setting unknown flags in FlagHelperBox. | wizjany | 5 months ago |
d313f2ca | Add nether warts to crop list. Closes #1669. | wizjany | 5 months ago |
8350267b | Don't marshal SetFlag in FlagHelperBox. | wizjany | 5 months ago |
e98196af | Catch Throwables instead of Exceptions while (un)marshalling flags | joo200 | 5 months ago |
38797721 | Move /rg bypass perm check inside the command. Using @CommandPermissions would cause the root command to be excluded from the client. This is a temp workaround until piston/proper perms are somehow implemented. | wizjany | 5 months ago |
48233c33 | Make resource processing update with project version. Should prevent old version strings from finding their way into plugin.yml | wizjany | 5 months ago |
664ab18f | Fix sponge-simulation clearing NBT of waterlogged blocks. Fixes #1659. Didn't realize people still used this feature. | wizjany | 6 months ago |
07bf1871 | Add an SVG logo | matthew miller | 6 months ago |
5921be43 | Change anvil usage to build permissions and add use-anvil flag (#1644) | joo200 | 6 months ago |
60b16fc4 | Add sweet berry bush to crop list. | wizjany | 7 months ago |
746b630d | Note the new region converter class for devs. | wizjany | 7 months ago |
0b362088 | Bump to snapshot version. | wizjany | 7 months ago |
014277fb | Release 7.0.4. | wizjany | 7 months ago |
f7ff984c | Update changelog for release. | wizjany | 7 months ago |
d4b20607 | Removed extra ";" | pisich | 7 months ago |
0e73b50d | Moved default bypass options to global configuration section | joo200 | 7 months ago |
136ec31f | Add configurable announcement for current bypass status | joo200 | 7 months ago |
ad000ab0 | Rename config option for default bypass option Co-authored-by: wizjany <[email protected]> | joo200 | 7 months ago |
af67f1dd | Add config option to deny region bypass by default | joo200 | 7 months ago |
8dee2ad3 | Don't check ride for unsaddled striders. | wizjany | 7 months ago |
c860fce2 | Document ProtectedRegion's comparable behavior. ProtectedRegion's compareTo is inconsistent with equals when comparing regions across managers. | wizjany | 7 months ago |
0cb84927 | Don't fire xp spawn events for fishing where xp was already 0. Dedicated to @mikroskeem who let me forget about this. | wizjany | 7 months ago |
2ed60eba | Add deprecation warnings for names in Domains. | wizjany | 8 months ago |
91a14946 | Add piglin brutes. | wizjany | 8 months ago |
5b8c3e7f | Use a lower level exception in BukkitWorldConfiguration to get a printout when more severe YAML issues occur | matthew miller | 8 months ago |
c1ff4fc3 | s/WorlGuard/WorldGuard | matthew miller | 8 months ago |
691325c8 | Update worldguard-bukkit/src/main/java/com/sk89q/worldguard/bukkit/BukkitWorldConfiguration.java fixed typo Co-authored-by: wizjany <[email protected]> | joo200 | 8 months ago |
3da19a7f | Added world option to block turtle egg trampling | joo200 | 8 months ago |
f677af56 | Don't try dropping items from falling blocks that won't drop one. To quote myself from the adjacent commit almost exactly one year ago, "some plugins do weird things with falling blocks." Fixes #1624. | wizjany | 8 months ago |
58eaf318 | Merge pull request #1618 from JOO200/piston Implement new alternative association mode to limit piston movement | wizjany | 8 months ago |
6708b210 | Abstract RegionOverlapAssociation, deprecate/fix packaging. | wizjany | 8 months ago |
ed4287ac | Cleanup use-max-prio algorithm, add tests. | wizjany | 8 months ago |
449145ba | Renamed option to use-max-priority-association, Code cleanup | joo200 | 8 months ago |
85c5f53d | only detect max priority once | joo200 | 8 months ago |
5162ce3d | Implement new alternative association mode to limit piston movement | joo200 | 8 months ago |
03f05d3a | Simplify and remove duplicate code. | wizjany | 8 months ago |
c8bde179 | Fixed "null" output for invalid worldedit selections | joo200 | 8 months ago |
efe1e48b | Merge pull request #1615 from JOO200/toRegionSelector Add Helper to convert WorldGuard's ProtectedRegion to WorldEdit's Region and RegionSelector | wizjany | 8 months ago |
6f9ed5d1 | Private ctor to match checkstyle. | joo200 | 9 months ago |
f0ec54af | Added missing license to WorldEditRegionConverter | joo200 | 9 months ago |
e9e1885f | Moved toRegion and toRegionSelector in a helper class | joo200 | 9 months ago |
1710c076 | Check non-waterloggable waterlogged blocks for liquid flow. Fixes #1616. | wizjany | 8 months ago |
f8e2d8d6 | Redstone wire is toggled between dot and cross on interact now. | wizjany | 9 months ago |
2c0b592b | Declare some recently hidden dependencies. | wizjany | 9 months ago |
46e230e6 | Missed import. | wizjany | 9 months ago |
fe24668c | Re-add pom-switcheroo to expose spigot as a dep instead of paper. Makes it easier for downstream projects that don't have paper-repo. | wizjany | 9 months ago |
23efd5fe | Fireworks are now projectiles. Only use paper-api for fallback. | wizjany | 9 months ago |
e54235a6 | Removed unnecessary relevant flag as it's checked by the UseBlockEvent listener | joo200 | 9 months ago |
5ec3ed60 | Changed handling von PlayerTakeLecternBookEvent to match the chest-access flag | joo200 | 9 months ago |
1652c9bf | Allocate WorldPlayerTuple only when using cache | themolkapl | 10 months ago |
a97db0ed | Add an option to disable bypass permission cache | themolkapl | 10 months ago |
36e42eef | Update gradle wrapper, more buildscript fixes. | wizjany | 9 months ago |
5b8eef92 | Build script cleanup/updates. | wizjany | 9 months ago |
d73dc6d7 | Cleanup issue template a bit. | wizjany | 9 months ago |
74d8a4f0 | Typo. | wizjany | 10 months ago |
613406aa | Add Weeping Vines and Twisting Vines to vine-growth flag | joo200 | 10 months ago |
66fd84ba | Add GitHub Sponsors link. | wizjany | 10 months ago |
53abb6c4 | Back to snapshot. | wizjany | 10 months ago |
923369e2 | Release 7.0.4-beta1. | wizjany | 10 months ago |
bc551da9 | Update buildscript and WE dep. | wizjany | 10 months ago |
bffe5e76 | Additional 1.16 material defs. | wizjany | 10 months ago |
8722322c | Added new flag respawn-anchors similar to block respawn anchor usage | joo200 | 10 months ago |
0fa92d48 | Removed unnecessary if branch | joo200 | 10 months ago |
e52875bd | Removed duplicate pressure plates check | joo200 | 10 months ago |
dbad328d | Update to Minecraft 1 16, PaperLib to 1 0 4 | joo200 | 10 months ago |
54073157 | Release 7.0.3 for MC 1.14/1.15. Last release before switching to 1.16. | wizjany | 10 months ago |
b769469f | Changelog for 7.0.3. | wizjany | 10 months ago |
3a9b1b15 | Add deprecation warnings to StringFlags. | wizjany | 10 months ago |
ff5f9338 | Typo. | wizjany | 10 months ago |
0492fafe | Color 3rd party flags and unregistered flags in /rg info. | wizjany | 10 months ago |
36d95ad0 | More inventory holder snapshot use. | wizjany | 10 months ago |
c1ec7080 | Use `Inventory#getHolder(boolean useSnapshot)` where available. Dedicated to @phoenix616 | wizjany | 10 months ago |
f4a3e8a9 | Allow setting passthrough on global via /rg flags. Closes #1584. | wizjany | 10 months ago |
6c5380ba | Prioritize tamed owners over entity targets. Fixes #1587. | wizjany | 10 months ago |
868089b4 | Actually read TargetMatchers from world configs. Previously only read from global. | wizjany | 10 months ago |
9905d22d | Add dyes as tools for interact handling. | wizjany | a year ago |
4eaa376e | Providing a solution for tools being unable to interact with usable blocks | ultrafaceguy | a year ago |
37ae70f3 | Add coral-fade flag and world configuration to disable coral fading Closes #1532 | joo200 | a year ago |
1a69250d | Allow droppers to drop items without using them. Fixes #1570. | wizjany | a year ago |
b2d2d081 | Silence EntityChangeBlock for redstone ore. We already silence this for Action.PHYSICAL PlayerInteractEvents. Unfortunately Bukkit throws another event at us without the extra info about interaction type, which gets fired if the interact flag is allow. So silence that too. Closes #1573. | wizjany | a year ago |
47cd96a3 | Add tests to validate behavior of non-player causes in multiple regions. | wizjany | a year ago |
0a735e01 | Don't warn about small global regions. Closes #1567. | wizjany | a year ago |
60590acf | Remove unnecessary checks and add comments | stonar96 | a year ago |
6030bea1 | Improve default teleport-message and remove null check | stonar96 | a year ago |
20f89ea2 | Add teleport-message flag | stonar96 | a year ago |
4c351fb0 | Workaround for CraftBukkit's move event throttling. | wizjany | a year ago |
5e7829c3 | Allow FML2 in forge host keys. Closes #1542. | wizjany | a year ago |
37e66dae | Track BlockProjectileSource causes. | wizjany | a year ago |
662ae2bc | Add issue templates. | wizjany | a year ago |
fa60582a | Sand/gravel tick now, even if physics is cancelled. | wizjany | a year ago |
17c16471 | Move profile cache updating to join event. Adding it to onEnable might back up the executor on /reloads. | wizjany | a year ago |
1fcda134 | Check waterlogged blocks for water-flow flag. Also remove some terribly outdated obsidian generator protection. Fixes #1546. | wizjany | a year ago |
570b7f7b | Allow passthrough allow on global to override added members/owners. | wizjany | a year ago |
aca0d843 | Allow WorldEdit's //world override to affect region commands. Priority is `-w` flag > //world override > player world > error. Also makes regions selectable from console. | wizjany | a year ago |
1172ebd4 | More spawn protection warnings. Can't have enough of these apparently. | wizjany | a year ago |
a09ccc5b | Fire block breaks for piston extends, not just places. | wizjany | a year ago |
e6bdf8ab | Fix cauldron NPE. Closes #1541. | wizjany | a year ago |
df2ae6a6 | Tweak some region info output, fix teleport location. | wizjany | a year ago |
e4481f93 | Protect cauldron level change. Closes #1262. | wizjany | a year ago |
2169aa21 | Add option to always use default MC times for sending titles. Alleviates issues with other plugins setting extremely short/long times. | wizjany | a year ago |
523e4518 | Default nether-portal-protection to true. Pre 1.14, this was false by default as one could repeatedly force portal searches by entering a portal which would lead into a protected area. Since 1.14, the event we have access too happens independently of the portal search, so the player will get teleported regardless of whether a portal is present or if the creation gets cancelled. | wizjany | a year ago |
d95c6af1 | Remove metadata when the entity is done. Apparently Bukkit doesn't actually do this. Fixes WORLDGUARD-4169. | wizjany | a year ago |
0d860bfc | Change bypass cache to expireAfterWrite. This hasn't caused issues for the past 5 years but I guess ¯\_(ツ)_/¯ | wizjany | a year ago |
6f6125fe | Treat farmland and turtle egg PIE as EntityChangeBlock. Note that as in d37f015f this decouples the event from interact flag, meaning that block-trampling must be explicitly set to allow to maintain previous behavior. It also means that setting interact to allow won't by default allow players to trample turtle eggs (but this wasn't the case for farmland, since that was already handled by ECB - thanks Bukkit). Fixes WORLDGUARD-4163. | wizjany | a year ago |
03329295 | Bump bStats to 1.7, adding plugin id. | wizjany | a year ago |
637665f5 | Add a scripts folder to gitignore for dev scripts | wyatt childers | a year ago |
db3838cc | Add flag to prevent natural health regen and hunger drain. | wizjany | a year ago |
789405d1 | Ignore session reset if player doesn't move a block. So technically we do this block check in Session#testMoveTo, but the /wg flushstates command can force a session re-initialization even if the player hasn't moved a full block yet. The amount of logic going on between the event call and the point where we test that force boolean is rather lengthy though, so ignoring it for the time being may be worth it. TL;DR: Don't want WG in timings for PlayerMoveEvent needlessly. | wizjany | a year ago |
d37f015f | De-couple chest-access from interact. READ BELOW. This is possibly a breaking change, in that WG will be overprotective in regions which previously had interact set to allow but didn't change the chest-access flag. If you previously had regions like this where you would like to have non-members access chests, you will need to set the chest-access flag to allow. This change was made to alleviate some confusion that became more evident recently with lecterns, since interacting with lecterns allowed one to read a book, but the chest-access flag controlled taking the book. This required setting interact to allow and chest-access to deny (at least for nonmembers) to allow guests to read books but not take them. This is a tentative change and may be reverted if it is too unpopular. Thanks for testing dev builds :^) | wizjany | a year ago |
239eda3f | Bump to snapshot. This will likely become 7.1 soon anyway. | wizjany | a year ago |
0715cbe2 | Release 7.0.2. | wizjany | a year ago |
738b24bf | Changelog for 7.0.2. Small one. | wizjany | a year ago |
b835ee39 | Check water/lava placement from dispensers on edge of region. Fixes WORLDGUARD-4161. | wizjany | a year ago |
4a7552e6 | Prevent pushing pistons across region borders Pistons are classified as not pushable regardless of their state, causing WorldGuard to not protect against them moving. This commit fixes that. | pieter12345 | a year ago |
c6c0fc9d | Fixed failed checkstyle gradle task | joo200 | a year ago |
f43a4eaa | Add spawn-protection overlap check when defining regions. Update cached username on login. Bump WorldEdit dep version. | wizjany | a year ago |
abfa5cb6 | bee nests can be modified by right click (like beehives) | joo200 | a year ago |
05f7d687 | Use Paper-API 1.15 as Dependency | joo200 | a year ago |
9adac4f2 | Initial 1.15 stuff. Materials is not really cross-version compatible. Really could do with some rewriting at some point. | wizjany | a year ago |
c5355adb | Back to snapshot. | wizjany | a year ago |
fb37342b | Release 7.0.1. | wizjany | a year ago |
1fd94a36 | Switch blacklist to drilldown since bstats doesn't support bar charts. See https://github.com/Bastian/bStats/issues/67 Also update blacklist example txt with correct names. | wizjany | a year ago |
c413cf41 | Remove pointless iterable. | wizjany | a year ago |
87162acf | Switch blacklist stat to entry counts. | wizjany | a year ago |
2c14acc2 | Add some custom charts to bStats. Should give a good view of feature usage, especially some badly supported features like SQL and chest protection. | wizjany | 2 years ago |
26477406 | Fix pistons flag not applying to sticky pistons pulling. | wizjany | 2 years ago |
121b34ec | Add applicable regions section to /wg report. | wizjany | 2 years ago |
3ebaaf9c | Add /rg toggle-bypass command to turn off region bypass temporarily. Makes it easier to test things without op/de-op, switching ranks, etc all the time. | wizjany | 2 years ago |
4c9812db | Fix exit-deny-message using wrong region set on enderpearl/chorus-fruit. | wizjany | 2 years ago |
e792dd6f | Workaround colors on newlines of string flags issue in text lib. Also fix newline lookbehind replacement, and only replace color macros in string flags. | wizjany | 2 years ago |
d410e1f8 | Re-arrange messages in (re)define commands. Only send messages after successful add. | wizjany | 2 years ago |
d07f9595 | Causes only track blocks, not locations. | wizjany | 2 years ago |
cb9ab3a7 | Check creeper-explosion flag for all entity damage, not just players. | wizjany | 2 years ago |
1c3cf02e | BlockMultiPlace has an immutable state list. Fixes WORLDGUARD-4143. | wizjany | 2 years ago |
fc0f7aca | Fix infinite loop in addowner checks. Fixes WORLDGUARD-4138. | wizjany | 2 years ago |
20db9254 | Make use of BlockFertilizeEvent, various BlockState lists. Only mostly tested to work. BlockFertilize unfortunately doesn't let us cancel the preceding stuff like StructureGrow and item use. Also workaround Bukkit sending 2 events for trampling. | wizjany | 2 years ago |
5fca3b3c | Track causes when players ignite creepers. Fixes WORLDGUARD-4136. | wizjany | 2 years ago |
c633a2d0 | Cover some more plants as crop-growth. Note that spigot doesn't throw events for bamboo yet, so this only applies to sugar canes and cacti at the moment. Should work if spigot implements BlockGrowEvent for cacti though. Fixes WORLDGUARD-4137. | wizjany | 2 years ago |
effbd62e | Ignore hopper minecarts with the ignore hopper setting. | wizjany | 2 years ago |
056eaa65 | Teleport async on Paper. | wizjany | 2 years ago |
cb2c0870 | List is not a valid cause. Each element is its own cause. Fixes WORLDGUARD-4140. Specifically, fixes not being able to break lilypads while in a boat, even through the player would normally be able to. Note that slowdown is client-side and getting stuck is due to Spigot not updating the client when the break is cancelled, which are unrelated to this issue (and not fixable by us). | wizjany | 2 years ago |
179c324c | Apparently world names are allowed to have spaces. | wizjany | 2 years ago |
96d15d6d | Only store existing per-player time/weather in handlers. Fixes WORLDGUARD-4124. This will fix various issues with logging in to regions with these flags set and then moving out of them, or when moving between two adjacent regions with the flags set and then moving out. | wizjany | 2 years ago |
120d2e22 | Extract/half-fix addowner checks. Max-region-count-for-player is super bork. Fixes WORLDGUARD-4129. | wizjany | 2 years ago |
70ea6bad | Some cleanup for flag command. | wizjany | 2 years ago |
e59d61e1 | Extract NumberFlag for suggestions, make FlagHelper prettier in console. | wizjany | 2 years ago |
bbed280f | Update docs links to point to enginehub. Also don't allow block-place/block-break setting from flag helper. | wizjany | 2 years ago |
f165ae3d | Back to snapshot. | wizjany | 2 years ago |
124898ec | 7.0.1 RC 2. | wizjany | 2 years ago |
ba32d243 | Merge pull request #414 from EngineHub/feature/paper Add some Paper-specific features | wizjany | 2 years ago |
0bba8222 | Link ender crystal entity <-> material. | wizjany | 2 years ago |
7538af26 | TippedArrow again. | wizjany | 2 years ago |
48922118 | Fix fireworks, protect by default (this is a behavioral change). Add regions.use-paper-entity-origin setting, false by default because it can have some weird implications. | wizjany | 2 years ago |
14fe2d0e | Use Paper player profiles if available. Also fall back to caching to memory if SQLite can't be linked. This is a common issue with (bad) server hosts who mount /tmp as noexec, which causes sqlite's native binaries to fail to link. | wizjany | 2 years ago |
11a1ac67 | User paper firework tracking. | wizjany | 2 years ago |
c5bfdcb0 | Use PaperLib for some performance enhancements. | wizjany | 2 years ago |
93dae282 | Apparently some plugins do weird things with falling blocks. | wizjany | 2 years ago |
3468e3d4 | Handful of small fixes. * Fix material loading from config requiring minecraft: namespace. * Fix disallowed-lightning blocks. Lightning entities are weird. * Fix /wg reload overwriting config changes. * General around thread usage/naming/shutdown. If anyone was actually making their own managers/indices you deserve to break. | wizjany | 2 years ago |
b7ad0257 | Remove legacy potion code. | wizjany | 2 years ago |
070f6e00 | Merge pull request #415 from EngineHub/kotlin-dsl Migrate gradle to kotlin dsl. | wizjany | 2 years ago |
cc3f4d4d | Relocate squirrelid in source, fix flyway shading. | wizjany | 2 years ago |
21e65be1 | Fix poms, remove bukkit lib project since it's currently unused. | wizjany | 2 years ago |
61494fd7 | Migrate gradle to kotlin dsl. | wizjany | 2 years ago |
556b638d | Switch build badge to TC. And remove dead wiki links. | wizjany | 2 years ago |
825b3a3f | Save defaults to config file. | wizjany | 2 years ago |
afe042ef | Add option for resetting fall distance when void falling teleport is on. reset-fall-on-void-teleport, defaults to false. (I can't remember if old WG 6 behavior was to do this or not...?) | wizjany | 2 years ago |
4044e2b1 | Ender crystal explosions can't be cause tracked. | wizjany | 2 years ago |
aa413782 | Fix sleep flag. | wizjany | 2 years ago |
f37acd3d | Whitelist player->player interacts. As noted before, any more specific events should still be blocked (such as potion use). | wizjany | 2 years ago |
b0e4cf14 | ItemElytra extends ItemArmor... | wizjany | 2 years ago |
248ffd0b | Maybe fix travis. | wizjany | 2 years ago |
3272759f | Check waterlogged blocks when emptying buckets. Fixes WORLDGUARD-4119. | wizjany | 2 years ago |
456a1659 | Handle UseEntity player->player events as PvP. Fixes WORLDGUARD-4118. Tell me if this breaks other intended behaviors somehow. | wizjany | 2 years ago |
79f6635b | Make /wg profile text more clear. This patch dedicated to @phoenix616. | wizjany | 2 years ago |
1f362bef | Minecarts spawn in the clicked (rail) block. | wizjany | 2 years ago |
63209d11 | Null-check for last commit. | wizjany | 2 years ago |
f5467001 | Allow interact-whitelist for entities with matching item types. | wizjany | 2 years ago |
35e0db36 | Workaround for sign dying issue. Signs still get dyed even if you deny using dye. | wizjany | 2 years ago |
ab7751e0 | Unfix WORLDGUARD-3360. There's a reason this wasn't done before. This is fundamentally broken. | wizjany | 2 years ago |
a9cd23c6 | Don't replace in comments and strings when you refactor... | wizjany | 2 years ago |
8ca01b37 | Add config to disable villagers getting zapped to witches. "weather.disable-villager-witchification" | wizjany | 2 years ago |
aa8997ae | Add TP button to /rg list where applicable. | wizjany | 2 years ago |
b757fcc8 | Send CUI changes when using /rg select. | wizjany | 2 years ago |
7593e1a0 | Initial update to 1.14. | wizjany | 2 years ago |
af3eb859 | Add on-equip blacklist event. Note that due to deficiencies in the Bukkit API, the event will attempt to be overprotective and cancel some events that may not actually result in the player equipping an item. Maintainable PRs welcome. (i.e. would rather not have to have a list of slot numbers for various inventories and match them to items :upside_down:) | wizjany | 2 years ago |
aabb0b23 | Treat damaged anvils like regular anvils. | wizjany | 2 years ago |
6d255137 | Don't allow setting build + passthrough in the flag helper. It masks the warning message and too many people mess this up. | wizjany | 2 years ago |
96b61743 | Fix lava fire being off by default. No clue how this was never brought up before. Also add system property to disable the ClassSourceValidator. | wizjany | 2 years ago |
ff7209a5 | Only check ride flag for pigs with saddles. | wizjany | 2 years ago |
fe4f0cfc | Bump dependencies. Also remove intake. Unsure when that was ever used. | wizjany | 2 years ago |
9cf1e025 | Bump to 7.0.1-SNAPSHOT | wizjany | 2 years ago |
b0f88521 | Bump to 7.0.0. Rename -legacy to -bukkit. | wizjany | 2 years ago |
cce9c39e | Changelog for 7.0.0. | wizjany | 2 years ago |
11c95861 | More compat for 1.14. | wizjany | 2 years ago |
75bb0adb | Update README.md fix syntax | kisaragieffective | 2 years ago |
32ec74ae | Fixed execute bit on gradlew | wyatt childers | 2 years ago |
b152cdc4 | Tweak some event handling. Fixes WORLDGUARD-4097, WORLDGUARD-3360. | wizjany | 2 years ago |
d019e43a | Back to SNAPSHOT for continued development | matthew miller | 2 years ago |
8c778ed8 | Update to RC2 | matthew miller | 2 years ago |
1b842204 | Update readme links. | wizjany | 2 years ago |
8aa4c251 | Seeds don't modify blocks. They already throw place events. | wizjany | 2 years ago |
026361ae | Exclude some transitive deps. | wizjany | 2 years ago |
426a709e | Fire off block place for items that modify blocks. | wizjany | 2 years ago |
903a8312 | Fix dispenser workaround. | wizjany | 2 years ago |
1792bcb1 | Fail (slightly) faster. | wizjany | 2 years ago |
23ab79c9 | Wrap and unwrap. Exceptions are fun. | wizjany | 2 years ago |
a29afe8c | Also apply crop-growth to fully grown stems creating "fruit". | wizjany | 2 years ago |
029f867a | Add crop-growth flag/config option. Fixes WORLDGUARD-4088. | wizjany | 2 years ago |
ce35798f | Fix issues with sometimes-loaded worlds in location flags. | wizjany | 2 years ago |
0f989fc1 | Small config cleanup. | wizjany | 2 years ago |
4871752f | Switch to useInteractedBlock/useItemInHand for PlayerInteractEvent. Bukkit has very odd behavior regarding cancelling this event. Fixes WORLDGUARD-4090. | wizjany | 2 years ago |
c4b31cf0 | Allow newlines in blacklist messages with \n. Fixes WORLDGUARD-4089. | wizjany | 2 years ago |
6e30f983 | Fix unknown group flag unmarshalling. i.e. don't. | wizjany | 2 years ago |
4b320ab7 | Workaround CraftBukkit bug causing BlockSpreadEvent to report air. | wizjany | 2 years ago |
f5169990 | Fix error when group flag existed for non-existent flag. Probably caused by bad API usage /shrug. | wizjany | 2 years ago |
2b854f0d | Use isTagged instead of getValues. The implementation of getValues is quite atrocious for this purpose. | wizjany | 2 years ago |
36d25c08 | Specify materials explicitly. | wizjany | 2 years ago |
3e899a70 | Fix /rg claim. | wizjany | 2 years ago |
d6c2504b | Make CPU profiling interval configurable. Also lower the default to something more sensible. Also cleanup unused imports. | wizjany | 2 years ago |
f2d2f473 | Don't fail hard in 1.14. (#409) Prevent lots of console spam and lack of protection. | wizjany | 2 years ago |
aefebf32 | Back to SNAPSHOT for continued development | matthew miller | 2 years ago |
7102f620 | WorldGuard 7.0.0 Release Candidate 1 | matthew miller | 2 years ago |
d542ba78 | Remove AsyncCommandHelper for new AsyncCommandBuilder. Helper suffers from race conditions for short-lived tasks, leading to some poor UX conditions such as errors not propagating to the user (because the exception handler wasn't attached to the future yet), or lack of success messages. This commit replaces that system by a Builder which takes a callable to begin, and then takes supervisor, delay message, and the success and failure messages and handlers as parts of the builder. The success and failure handlers wrap the callable itself before submitting to the executor so they will always be run. The supervisor and delay are added as listeners to the future since they aren't required if the task is sufficiently short-lived (and to maintain compatibility with the classes which are now in WorldEdit). The builder also supports Components for success and failure messages, as well as consumers of the callable's result or exception for better customization of output, instead of having to rely on adding a callback to the future. The future is still returned for certain special usages. | wizjany | 2 years ago |
e7ef6af0 | Handle BlockExplodeEvent as other explosion. Also misc cleanup. Closes #407, WORLDGUARD-3843. | wizjany | 2 years ago |
1ffa4b48 | Enderpearl & chorus-teleport flags should be checked before handlers Before every handler would have been called, making them believe that the entry was successful | isokissa3 | 2 years ago |
d4c49a75 | Clean up task monitoring, cancelling, exception handling etc. Fixes a few issues such as /wg stopprofile leaving a pseudo-cancelled task in the supervisor, delaying server shutdowns until profiles finish, not forwarding exceptions that occur during tasks running correctly, etc. | wizjany | 2 years ago |
2e2be709 | Ensure un-marshalled registry flags are always lowercase. Possibly old region files still had uppercase entries? Fixes WORLDGUARD-3949 regression. | wizjany | 2 years ago |
ec4c53da | Minor cleanup. | wizjany | 2 years ago |
024a5154 | Fix gitignore (#406) Using Github Desktop on Windows, file paths with a leading slash do not seem to match anything. This commit changes the gitignore entries to a more widely supported format. | pietje | 2 years ago |
8c345cb6 | Updated for Text3 | matthew miller | 2 years ago |
461f3e1f | Merge pull request #404 from TheMolkaPL/stoplag-fix Fix activityHaltToggle in /stoplag | wizjany | 2 years ago |
71df9c00 | Fix activityHaltToggle in /stoplag | themolkapl | 2 years ago |
6fd7190f | Ensure session handler order. | wizjany | 2 years ago |
51806738 | Treat inventory minecarts under chest-access. Fixes WORLDGUARD-3585. | wizjany | 2 years ago |
c57dd20f | Brace. | wizjany | 2 years ago |
b27f1878 | Wrap `/rg flags` in a task. | wizjany | 2 years ago |
18365bbe | Formatting fixes. | wizjany | 2 years ago |
82451595 | Add greeting-title and farewell-title flags. Totally didn't accidentally include the flags in last commit. Closes WORLDGUARD-4008. | wizjany | 2 years ago |
c516eb21 | Add frosted-ice-melt flag, and frosted-ice-form flag. Frosted-ice-form is checked with build, meaning it can be set to allow for non-members to use frost walker, deny for members to not be able to use frost walker, or none to respect membership. Reverts behavior of ice-melt flag to pre-7.x behavior. Apparently this wasn't covered before. Fixes WORLDGUARD-4077. Closes #364. | wizjany | 2 years ago |
7199b8e7 | Add `/rg flags` command. Provides an overview of all flags set on a region, including inherited values, and allows the user to set or unset flags with a single click. | wizjany | 2 years ago |
fc4c67ff | Merge pull request #403 from EngineHub/feature/we-piston-commands-compat WE Piston Compat | wizjany | 2 years ago |
d9bb321f | Add more fancy texts and pagination. Also some general cleanup. | wizjany | 2 years ago |
7692e307 | Switch to new Exception stuff from WE | kenzie togami | 2 years ago |
5f88bef5 | Correct print(TextComponent) method | kenzie togami | 2 years ago |
5b0bfd50 | Fix build. | wizjany | 2 years ago |
5c0be800 | Brace. | wizjany | 2 years ago |
ac505f00 | Warn about consequences and add /stoplag confirm | themolkapl | 2 years ago |
2aee42cb | Clean up gradle dependencies. Tell me if this breaks downstream builds. Either I broke something, or you were using WG's jar for some dep that we don't consider to be API. | wizjany | 2 years ago |
5c8b6d3f | Lots of fancy texts. | wizjany | 2 years ago |
eab7b5c4 | Remove artifactory resolve block | wizjany | 2 years ago |
36eba9c9 | That's not supposed to be there. | wizjany | 2 years ago |
3b8b67da | Add logo to source, remove outdated notes. | wizjany | 2 years ago |
d9b09ab7 | Damage is already handled and entering is handled via interact. This method is redundant. | wizjany | 2 years ago |
50e62bd0 | Update text for WorldEdit changes (#401) * Update for text in WE * Properly write the legacy converter * Made the text less thicc * Update for new text API in WE | matthew miller | 2 years ago |
abfe3a2e | Fixed chipped and damaged anvils not being protected from use/interact | matthew miller | 2 years ago |
e94af1d7 | Treat kelp as vines for vine-growth. Closes WORLDGUARD-4068. | wizjany | 2 years ago |
1dbd25d1 | Add block-trampling flag. Applies to turtle eggs and farmland. Closes WORLDGUARD-4067, WORLDGUARD-3666. Also do some misc cleanup. | wizjany | 2 years ago |
c3675a10 | Force eject players from vehicles if the get too far. Fixes WORLDGUARD-3936. | wizjany | 2 years ago |
ef2783f3 | Add snowman-trails flag. Closes WORLDGUARD-3566, #378. Also clean up some listeners, and the flag listing. | wizjany | 2 years ago |
2c2b4755 | Track AreaEffectCloud cause. Also a bit of cleanup in EventAbstractionListener. Fixes WORLDGUARD-3776. | wizjany | 2 years ago |
0ebb4e0f | Formatting fix. | wizjany | 2 years ago |
47fb9bd3 | Remove redudant type parameters. | kisaragieffective | 2 years ago |
5ffade97 | Update CONTRIBUTING.md (#399) fix broken link to Oracle Conventions | kisaragieffective | 2 years ago |
ca92464c | Revert "Load before worlds do." This reverts commit 397a71a602c9014fe10147ee2da2364eba21fbc5. Apparently this doesn't actually fix the issue. Some things just straight up happen without sending events to plugins and there's nothing we can do about it. | wizjany | 2 years ago |
453740b5 | Don't whitelist droppers and hoppers. By the time this code is called, the performance hit happened already. There's a separate way to whitelist these that still allows keeping the protections active. | wizjany | 2 years ago |
397a71a6 | Load before worlds do. When worlds first load, events start happening before plugins normally (POSTWORLD) enable. This means that regions and other protections won't be active when these events are called. This shouldn't break anything that depends on us, e.g. custom flags, since our API contract already states that should be done on load, and all plugins are loaded on startup (just not enabled). | wizjany | 2 years ago |
44c4e581 | Move log message about loading regions to proper location. | wizjany | 2 years ago |
41268ca4 | Don't break completely if regions fail to load. | wizjany | 2 years ago |
c7ed4938 | Make 'invincibility-removes-mobs' affect projectile shooting entities. | matthew miller | 2 years ago |
874e4297 | Make input more lenient. Allow specifying TZ other than UTC. Also remove 'none' and cleanup LocationFlag. | wizjany | 2 years ago |
9c5eee90 | Changed to java 8 time api | joo200 | 2 years ago |
4f088e5b | Added TimestampFlag | joo200 | 2 years ago |
c2f96c95 | Checkstyle pls. That was the auto-folder's fault. | wizjany | 2 years ago |
c181a86f | Better wrapped player usage. Requires latest WorldEdit build. | wizjany | 2 years ago |
e2ffab5e | Cleanup last commit. | wizjany | 2 years ago |
8a3f0660 | Turtle eggs throw PIE when being broken. | wizjany | 2 years ago |
c53ed56b | Check flag change handlers when world changes. Global regions aren't actually part of the ApplicableRegionSet, so the set difference will be empty even if the global region has changed. | wizjany | 2 years ago |
6144ca82 | Fix removing regions from manager with the REMOVE_CHILDREN strategy. (#397) * Added test for removing regions from manager. * Fix removing regions with REMOVE_CHILDREN strategy. | wizjany | 2 years ago |
d091cb57 | Don't check spaces that won't get moved into by pistons. Fixes WORLDGUARD-4064. | wizjany | 2 years ago |
b2fe4c9c | Move tests to core. (None of them are implementation-specific) | wizjany | 2 years ago |
ea47e933 | Really remove deprecated flags. | wizjany | 2 years ago |
10100bd1 | Remove deprecated flags. Make sure we register our flags first. Also make enderpearl + chorus fruit flags respect entry/exit deny message flags. | wizjany | 2 years ago |
91687dc2 | Only check for flag changes when regions change. This functionally reverts e5b76a5, though individual classes can change this behavior on an individual basis by overriding the method. Also, make time-lock and weather-lock restore only initial values, which should be more intuitive behavior when multiple regions overlap with different flag values. | wizjany | 2 years ago |
e091a590 | Remove ender-chest protection. Enderchests are not modified on use. In fact, they don't even have inventories, so they are not modified at all. To deny usage, the interact flag must be denied, since they most closely fit in a category with other interact-covered blocks (and not use-covered blocks, since using them does not change the region in any way). This commit reverts f7d36b and ea4f4c0. | wizjany | 2 years ago |
ee7dc272 | Actually report game rule values. Was just "<Recursive>" before, which is pretty useless. | wizjany | 2 years ago |
54c3cdad | Bukkit does this apparently. | wizjany | 2 years ago |
ff37cc79 | Add item-frame-rotation flag. When set to allow, allows players to rotate item in item frames even if they wouldn't normally have permissions to modify the item frame. Fixes WORLDGUARD-3588. | wizjany | 2 years ago |
b6e2bca5 | Make chat + command flag handing more sane. * Send/receive chat and allowed/blocked cmd flags now respect deny-message flag. * Added `regions.cancel-chat-without-recipients` option to disable the default behavior. | wizjany | 2 years ago |
1f85a531 | Update README.md: Fix broken markup (#396) | nonsence | 2 years ago |
bd4726f8 | Update links in readme. | wizjany | 2 years ago |
9ea23127 | Apparently some people see red flag and think those are broken. This has unfortunately happened more than 2 times. | wizjany | 2 years ago |
cc988c0b | Minor typo. | wizjany | 2 years ago |
af93530d | Fix region equality across multiple region managers. (#395) It is possible, for example when teleporting between two worlds, that regions in two different managers are compared. If the regions in each world have the same name, they would return equal. Removing the equals override will prevent two different regions from seeming equal even if they are not. | wizjany | 2 years ago |
43d8cf8c | Bye Java 6. | wizjany | 2 years ago |
090a00d6 | Fire UseItemEvent when fishing rod is cast. This apparently no longer throws an interact. Fixes WORLDGUARD-4018. | wizjany | 2 years ago |
a233be1d | Sponge simulation now also clears waterlogged blocks. Fixes WORLDGUARD-4011. | wizjany | 2 years ago |
f9339e14 | CSV support was removed 8 years ago. Even the migrator is long gone. 056f8a57c785de2b5619b24ae992f2e939d71bc1 | wizjany | 2 years ago |
1f1e6eed | Cleanup session loading. Apparently the spigot server stores time-lock between logout and login, but not weather-lock. This should work around any such issues by re-applying handlers on login. | wizjany | 2 years ago |
96e7c43f | Fix newline parsing in StringFlag. This was committed broken 7 years ago and no one told us til today. | wizjany | 2 years ago |
f8e129f3 | Add debug listener for DamageEntityEvent. | wizjany | 2 years ago |
144c3164 | Use fake player build override for NPCs in SessionManager too. | wizjany | 2 years ago |
d24157e6 | Allow NPCs to bypass region protections. (#393) | wizjany | 2 years ago |
d5dddba8 | Prevent exception with legacy materials. Not sure what this legacy material layer is doing here, but it can potentially throw exceptions when we add one to our material flags. | wizjany | 2 years ago |
72a392ac | Moved SquirrelID relocation to core project. (#394) This allows projects depending on core to properly use the ProfileService and ProfileResolver without themselves relocating the package. | wizjany | 2 years ago |
c6442e66 | Re-enabled checkstyle, do some cleanup. | wizjany | 2 years ago |
0102dbb9 | Move MapFlag to core. (#392) Original PR was made before API stuff was moved to core, so when the PR was pulled it ended up back in legacy. | wizjany | 2 years ago |
3f7a9f9b | Change CI link to enginehub | wizjany | 2 years ago |
ae51d74a | Back to SNAPSHOT for continued development | matthew miller | 2 years ago |
e51a2203 | Bumped to Beta 3 | matthew miller | 2 years ago |
84017bff | Added macro and colour support to deny-message | matthew miller | 2 years ago |
60731f98 | cleanup block listener | matthew miller | 2 years ago |
3ea7c9fc | Added GLIDE and SWIM MoveTypes, and made Horses use RIDE | matthew miller | 2 years ago |
9804c690 | Added an option to block conduit effects | matthew miller | 2 years ago |
cd39387e | Add MapFlag (#375) * Add MapFlag Signed-off-by: Mark <[email protected]> * Remove apache import Signed-off-by: Mark <[email protected]> * Add copyright Signed-off-by: Mark <[email protected]> | mark vogel | 2 years ago |
b48e1455 | Move StringMatcher to before other things | matthew miller | 2 years ago |
405b210f | Cleanup usage of BukkitWorldConfiguration | matthew miller | 2 years ago |
d4d76011 | Fixed broken merge | matthew miller | 2 years ago |
fdd90641 | Abstracted the commands away from the Bukkit platform (#391) * Start work on abstracting commands out of worldedit-legacy * A lot more work towards abstract commands * Move a lot of code to WorldEdit * Setup the exception converter * Use WorldEdit styling and move more of the RegionContainer across. * Abstract away the debug commands and a few other things - Only the matcher to go. * It compiles * It now seems to run fine * Fixed version typo | matthew miller | 2 years ago |
803c2055 | Update SquirrelID for JAXB removal. | matthew miller | 2 years ago |
344c6cf8 | Minor cleanup of blacklists | matthew miller | 2 years ago |
863f6cc1 | Switched to heirarchy object report | matthew miller | 2 years ago |
3dd35dab | Remove some files that were listed in the gitignore but still in the repo | matthew miller | 2 years ago |
80aec378 | Fixed the wrong cache directory being used. | matthew miller | 2 years ago |
6dbd731c | Added bonemeal to the list of items that modifies blocks. | matthew miller | 2 years ago |
aea12988 | Update bStats (Didn't realise I forgot to do this) | matthew miller | 2 years ago |
2757a001 | Gradle 5 | matthew miller | 2 years ago |
693314c7 | Also block /deop | matthew miller | 2 years ago |
db35c908 | Switch back to SNAPSHOT for continued development | matthew miller | 2 years ago |
14ce7d1b | Bump to beta 2 | matthew miller | 2 years ago |
015f1921 | Added toString to LazyLocation to fix /rg info with the teleport flag. | matthew miller | 2 years ago |
83b375b6 | Sponges now destroy kelp and seagrass, similar to vanilla behaviour. | matthew miller | 2 years ago |
91696533 | Update to the new Vector system | matthew miller | 2 years ago |
0dc57813 | Can't compileOnly and shadow, gotta find another solution for the bStats repo issue. | matthew miller | 3 years ago |
5ad21521 | IvnentoruClickEvent sometimes passes null inventories or inventories with null holders | matthew miller | 3 years ago |
e0b91e95 | Merge pull request #389 from Brokkonaut/fix-npe-BukkitOfflinePlayer Fix NPE in WorldGuardPlugin.wrapOfflinePlayer() | matthew miller | 3 years ago |
be426e92 | Fix NPE in WorldGuardPlugin.wrapOfflinePlayer() The constructor of BukkitOfflinePlayer calls the constructor of BukkitPlayer with a null player. So without this fix it is not possible to create any BukkitOfflinePlayer. | brokkonaut | 3 years ago |
7e0ff24c | Block minecraft:op as well | matthew miller | 3 years ago |
a6261b90 | Added an option to disable particle effects on deny | matthew miller | 3 years ago |
f235e870 | Back to SNAPSHOT for continued development | matthew miller | 3 years ago |
a26eb876 | Release WorldGuard 7 Beta 1 | matthew miller | 3 years ago |
7fb7d598 | Merge pull request #388 from PseudoKnight/master Fix protections for potted plants and undyed shulker boxes | matthew miller | 3 years ago |
d3c4681c | Fix protections for potted plants and undyed shulker boxes | pseudoknight | 3 years ago |
01dfebe5 | Fixed blockCreatureSpawn not working. | matthew miller | 3 years ago |
87e57704 | Fixed WorldGuard's player not inheriting properly from WorldEdit. | matthew miller | 3 years ago |
e43daa72 | Added bStats | matthew miller | 3 years ago |
8e819f7a | Merge pull request #386 from Librazy/master Delay ProcessPlayerEvent by one tick on bukkit onEnable | matthew miller | 3 years ago |
ee4259b8 | Delay ProcessPlayerEvent by one tick, allowing other plugin to register their Handlers when /reload | librazy | 3 years ago |
87711731 | Update sql-v1 Set value higher to prevent errors with new entitytypes in database. Example for flag denyspawn with some 1.13 EntityTypes: ['minecraft:polar_bear', 'minecraft:skeleton', 'minecraft:giant', 'minecraft:witch', 'minecraft:zombie_pigman', 'minecraft:wither_skull', 'minecraft:husk', 'minecraft:ender_dragon', 'minecraft:cave_spider', 'minecraft:guardian', 'minecraft:silverfish', 'minecraft:stray', 'minecraft:vindicator', 'minecraft:endermite', 'minecraft:magma_cube', 'minecraft:spider', 'minecraft:vex', 'minecraft:zombie', 'minecraft:creeper', 'minecraft:wither', 'minecraft:zombie_villager', 'minecraft:evoker'] Its to big for 256 chars. Error: [19:17:28 WARN]: [WorldGuard] Failed to save the region data for 'akania' during a periodical save com.sk89q.worldguard.protection.managers.storage.StorageException: Failed to save the region data to the database at com.sk89q.worldguard.protection.managers.storage.sql.SQLRegionDatabase.saveChanges(SQLRegionDatabase.java:270) ~[worldguard-legacy-7.0.0-SNAPSHOT-dist.jar:?] at com.sk89q.worldguard.protection.managers.RegionManager.saveChanges(RegionManager.java:135) ~[worldguard-legacy-7.0.0-SNAPSHOT-dist.jar:?] at com.sk89q.worldguard.protection.managers.RegionContainerImpl$BackgroundSaver.run(RegionContainerImpl.java:228) [worldguard-legacy-7.0.0-SNAPSHOT-dist.jar:?] at java.util.TimerThread.mainLoop(Timer.java:556) [?:?] at java.util.TimerThread.run(Timer.java:506) [?:?] Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for column 'value' at row 1 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.re... | niklas linz | 3 years ago |
d28a31f2 | Merge pull request #379 from sk89q/string-ids Update WorldGuard to 1.13 and move parts to Core | matthew miller | 3 years ago |
b4bda6bf | NEEDS LATEST WORLDEDIT - Moved report framework to WorldEdit, and made most config values be accessible without the BukkitWorldGuardWorldConfiguration | matthew miller | 3 years ago |
44e3f720 | Fixed an EntityType bug and removed more deprecated code. | matthew miller | 3 years ago |
7f47e316 | Fixed UUID migrations sometimes failing. | matthew miller | 3 years ago |
b2e64498 | Move some more code to core. | matthew miller | 3 years ago |
e31fa306 | Fixed weather flag | matthew miller | 3 years ago |
1123270a | Fixed an issue with Bukkit being terrible. | matthew miller | 3 years ago |
b850b5ca | Cleanup some more Bukkit specific code. | matthew miller | 3 years ago |
ba619191 | Added block support to the matchers | matthew miller | 3 years ago |
34efb6e4 | Modify the target creation methods. | matthew miller | 3 years ago |
3203a817 | Use BlockTarget for blocks. | matthew miller | 3 years ago |
d8dba47c | Fixed bugs in the gamemode marshaller. | matthew miller | 3 years ago |
a6cfe7d0 | Move the lowercase unmarshalling entity code. | matthew miller | 3 years ago |
f19d2ee7 | Fixed an error with Chest Protection | matthew miller | 3 years ago |
bd89bd9d | Fixed a few more migration issues | matthew miller | 3 years ago |
66eb8fa5 | Remove the "/" adding code from EntityTypeFlag. | matthew miller | 3 years ago |
dcdd0497 | Fixed a few permission errors. | matthew miller | 3 years ago |
8ac5f8f6 | Fixed file permissions | matthew miller | 3 years ago |
45a4e599 | Fixed matching with blocks vs items | matthew miller | 3 years ago |
43ed6300 | Fixed Spawn Eggs being awful | matthew miller | 3 years ago |
3189b1ac | Fixed another error. | matthew miller | 3 years ago |
e9408304 | Fixed profile migrations happening too early. | matthew miller | 3 years ago |
acce59ed | Fixed an error with chest protection listener. | matthew miller | 3 years ago |
bb29883f | Switch to real 1.13 release | matthew miller | 3 years ago |
e7ff99ae | Fixed an issue with flags getting double registered. | matthew miller | 3 years ago |
b10cf6ad | It now runs | matthew miller | 3 years ago |
2e8d14c9 | It compiles. | matthew miller | 3 years ago |
89db0d9f | Further compat work. | matthew miller | 3 years ago |
6c5319f3 | Major work towards 1.13 compat | matthew miller | 3 years ago |
8eeab682 | Merge pull request #381 from Blamo27/fix/npc-issue Can't hit NPCs (Sentinel #249) | matthew miller | 3 years ago |
2ae6f39a | Fix Sentinel #249 issue (Can't hit NPCs) https://github.com/mcmonkey4eva/Sentinel/issues/249 => Can't hit NPCs | dr_blamo | 3 years ago |