Version 2.0 beta
New Features
- Complete overhaul of the plugin and it's systems.
- Commands have been added with tab complete:
- portalstones
- portalstones on
- portalstones off
- portalstones reload
- Search algorithm now has index results increasing speed and performance.
- Data files are now compressed in GZip format decreasing data size and producing faster load/save times.
- Portalstones now make use of the PersistentData API enhancing performance.
- The random number generator has been updated enhancing drop chance accuracy.
- Projectiles and items (like arrows) can now be passed through a portal and come out as they were on the other side (flying through the air).
- *Portalstones is now officially compatible with MultiVerse and MultiVerse like plugins (even worlds without nether).
- Various other performance tweaks and enhancements.
- Much much more...
Bug Fixes / Changes
- Portals are now removed from a path way when being destroyed by explosions (TNT/Creepers).
*If your server is running a plugin similar to multiverse you must add a soft-dependancy to that plugin to PortalStones.
To do this:
Make sure the server is stopped/offline.
Rename your PortalStones.jar to PortalStones.jar.zip
Open the zip file.
Open the plugin.yml frome within the zip file to edit it.
Add in a soft-dependancy like this:
...
softdepend: [Multiverse-Core]
softdepend: [Place Other Plugin Name Here]
commands:
...
Save the config.yml, and overwrite the file in the zip when prompted.
Rename the .zip back to .jar
Start the server.