Skip to content

Releases: XZot1K/PhysicsToGo

PhysicsToGo 2.1.2

20 Jan 21:35

Choose a tag to compare

  • Updated dependencies to 1.20.4
  • Fixed an issue with whitelisting when a broken block is regenerated

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

PhysicsToGo 2.1.1

08 Oct 18:00

Choose a tag to compare

  • Optimized WorldGuard region flag checks.
  • The "block-in-claims" option is now enabled by default.
  • Removed debug messages.

Full Changelog: 2.1...2.1.1

PhysicsToGo 2.1

19 Aug 22:07

Choose a tag to compare

  • Added "no-block-explosions: false" and Added "blocked-block-regeneration: [ "BED", "AIR" ]" to the "config.yml".
  • The "BlockExplodeEvent" is now handled. By default, BED explosions are now prevented from regenerating blocks.
    • NOTE: For some reason, the BED explosions are listed as AIR, so having AIR in that list shown above will block it.

Full Changelog: 2.0.9...2.1

2.0.9

22 Jul 23:20

Choose a tag to compare

  • Blocks in the "break-only-effected" list can now use the format : for individual delays.
  • Fixed an issue allowing blocks in the avoided material list to be damaged by explosives.

PhysicsToGo 2.0.8

29 Jun 22:43

Choose a tag to compare

  • Updated to 1.20.1.
  • 1.20 Double side signs are now supported.
  • Added the "core-protect" option to the "config.yml" (this toggles the hook's usage).
  • Fixed containers and several saved state inconsistencies.

What's Changed

  • Update config.yml to be more human readable by @CortezJEL in #18
  • Update plugin.yml to reflect latest version by @CortezJEL in #19

New Contributors

  • @CortezJEL made their first contribution in #18

Full Changelog: 2.0.7...2.0.8

PhysicsToGo 2.0.7

14 Nov 22:27

Choose a tag to compare

Full Changelog: 2.0.6...2.0.7

This was built against the 1.19.2 Spigot API. In addition, the plugin was rebuilt on Maven. (Merged latest commits)

  • Fixed issues involving world blacklisting and whitelisting.
  • Fixed some issues with configuration reading.
  • Removed Feudal and Massive Core Factions hooks due to abandonment.

PhysicsToGo 2.0.6

07 Jun 04:01

Choose a tag to compare

Full Changelog: 2.0.5...2.0.6

This was built against the 1.17.1 Spigot API; however, 1.18.x was in mind and will likely work just fine. Testing was minimal so use with caution.

  • Added the invert-bmr and invert-wb blacklist inverting options to the config.yml.
  • Changed the event priorities to LOWEST.
  • Fixed some plugin hooks.

PhysicsToGo 2.0.5

10 Jun 17:18

Choose a tag to compare

  • The 'avoided-materials' now properly applies to breaking and placing as well.

  • Fixed an issue involving the Factions hook. This caused issues with all other hooks as well.

PhysicsToGo 2.0.4-C

01 May 19:00

Choose a tag to compare

  • Fixes a simple Feudal hook issue with the main class.

PhysicsToGo 2.0.4-B

15 Apr 22:29

Choose a tag to compare

  • Resolved an issue with the feudal hook.