Changelog 2017-04-24 (Rising World 0.8.2):
- Events
- [New] WeatherChangeEvent*
- [New] PlayerDestroyConstructionEvent
- [New] PlayerDestroyObjectEvent
- [New] PlayerDestroyVegetationEvent
- [New] PlayerPlaceConstructionEvent
- [New] PlayerPlaceObjectEvent
- [New] PlayerPlaceVegetationEvent
- [New] PlayerRemoveConstructionEvent
- [New] PlayerRemoveObjectEvent
- [New] PlayerRemoveVegetationEvent
- [New] PlayerPlaceBlueprintEvent
- [New] PlayerCreateBlueprintEvent
- General
- [New] GameImageInformation class to reference default game textures
- [New] Definitions class which gives access to various game definitions
- [Change] Changed constructors of ImageInformation/ModelInformation to load from resource
- [Change] Loading from resource also works now if plugin is compiled on the fly or loaded from class files
- [Bugfix] Fixed loading from resource in ImageInformation/ModelInformation object
- [Bugfix] BoundingInformation can now be retrieved from ModelInformation objects
- Server
- [New] getAllPermissionGroups()
- [New] setGameTimeSpeed()
- [New] getGameTimeSpeed()
- Player
- [New] raycast()
- [New] raycastFromScreenPosition()
- [New] getScreenToWorldPosition()
- [New] setInvisible()
- [New] isInvisible()
- [New] respawn()
- [New] getRespawnPosition()
Changelog 2017-04-28 (Rising World 0.8.2.2):
- Events
- [New] PlayerChestDropEvent
- [New] PlayerChestToInventoryEvent
- [New] PlayerInventoryToChestEvent
- [New] PlayerInventoryAddEvent
- [New] PlayerMapClickEvent
- [New] PlayerMapCreateMarkerEvent
- [New] PlayerMapRemoveMarkerEvent
- [New] PlayerChangeObjectStatusEvent
- [New] PlayerPlaceGrassEvent
- [New] PlayerRemoveGrassEvent
- [Bugfix] Fixed some events not being triggered properly
Changelog 2017-05-01 (Rising World 0.8.2.3):
- Events
- [Change] Renamed "PlayerDestroyWaterEvent" to "PlayerRemoveWaterEvent"
- [Bugfix] Fixed PlayerRemoveGrassEvent, PlayerDestroyTerrainEvent not being triggered
- [Bugfix] Fixed PlayerChangeObjectStatusEvent
- [Bugfix] Fixed PlayerCreateBlueprintEvent BoundingInformation
Changelog 2017-05-03 (Rising World 0.8.2.4):
- RayCastResult
- [New] getCollisionObject()
- Npc
- [New] moveTo()
- [New] setAlerted()
- [New] isAlerted()
- [Bugfix] setPosition()
- [Bugfix] setRotation()
- World
- [New] getItem()
- [New] getNpc()
- [New] getNumNpcs()
- Definitions
- [Bugfix] removed requirement of commons.jar
Latest Javadoc: https://javadoc.rising-world.net/
Latest Download: https://download.rising-world.net/api/PluginAPI.zip