Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Rising WorldNewsUpdate 0.6.5: Plugin API
In-game event

Update 0.6.5: Plugin API

Rising World · published 12 Apr 2023, 17:28 UTC · build 10987656

All newsPlayers around this dateRead on Steam

Hi folks,

The first (experimental) version of the new Plugin API is now available! It enables you to modify the game in many ways. You can hook into game events (e.g. if the player picks up an item or receives damage) and respond to them accordingly. You can also load custom 3d models, play custom sounds or internet streams or create new UI elements.

The Plugin API has a few advantages compared to traditional modding: In multiplayer, plugins are always executed on the server - this means the client does not have to download any plugins or mods in order to play on that server. This also increases the security for the client (because no - potentially malicious - code is executed on his end). In addition to that, the game handles sync between clients automatically, which makes it a lot easier to create multiplayer-compatible plugins.
Plugins usually remain compatible after a game update btw, and the risk of plugins interfering with other plugins is a lot lower.

Unlike the old API, the new Plugin API now supports Unity Asset Bundles: This enables you to load prefabs created in Unity, which may contain almost any Unity component (e.g. custom materials and shaders, particle effects, physical components etc).


Custom VFX particle effects created in Unity and loaded through the Plugin API (through an Asset Bundle)

But of course you can also load model files (like .obj or .fbx) directly. The API also enables you to modify the models (or any sub-component) retroactively.


Custom 3d model (fbx file) loaded through the Plugin API

Please bear in mind that this is still an experimental release! Some events and methods may still not work, and you may also run into other issues or bugs when using plugins. If you encounter any bugs or if you have any questions or requests for new API methods, please let us know! We have a dedicated section for the API in our forums: https://forum.rising-world.net/board/36

Old plugins from the Java version are not automatically compatible btw - but upgrading them to the new API should be quite easy (there were only minor syntax changes). However, this is something that can only be done by the plugin creator.

We'll provide updated example plugins and a detailed guide about how to set up your IDE soon, but in the meantime, you can find some basic information here: https://forum.rising-world.net/thread/12493

---

Apart from the new API, this update also introduces a few new other things. There are various new objects (scaffoldings, chests, seating, cooking grill etc) as well as several changes and bugfixes.

In addition to that, we've implemented some improvements to the network system. This should fix some lags some people were experiencing in multiplayer.

As always, you can find the full changelog attached. Stay tuned for the next updates :)

Changelog 0.6.5 (2023-04-12):

  • Plugin API
  • Added 10 scaffolding objects, including ladder elements and a trapdoor
  • Added seat object (similar to the seat in the Java version, but now resizable)
  • Added 3 new chests
  • Added campfire grill (to grill meat)
  • Cutting a tree or destroying an object now scares nearby animals
  • Creative Mode F8 (1) tool now provides continuous editing (hold left mouse button)
  • Added new music tracks
  • Updated to Unity version 2022.2.12f1
  • You can now paint boats (by using the paint roller)
  • Search bar in crafting menu now also accepts block ids (to search for a particular block material)
  • The "setp" console command now supports smaller values (0.0001 and smaller)
  • Reduced damage radius of campfires
  • You no longer get fall damage if fly mode gets disabled due to permission change (e.g. when entering areas etc)
  • Sent private chat messages are now also shown in your chat (multiplayer)
  • Placing objects no longer works if the spot is already occupied by an idential object with identical transform
  • Single construction element edits are now also covered by "undo"
  • Improved performance if lots of torches were placed in the world
  • Fixed a bug that prevented plants from growing sometimes
  • Fixed crash when trying to load a Demo world
  • Blueprint selection area now gets reset after changing item
  • Rake works properly underwater now
  • Spawning blocks with an invalid id no longer clears the inventory
  • Fixed warnings being spammed when placing certain inverted objects
  • Fixed missing animation for locked doors
  • Fixed stuttering if chunks with lots of objects (e.g. furniture) were loaded
  • Fixed objects breaking when trying to pick them up (in multiplayer)
More from Rising World

Other announcements

All news
Major update31 Aug 2026Update 0.9.3: Animal Feeding and Taming, better caves and much more!Hi folks! A new big update is now available! It introduces animal feeding and taming, improved cave generation, actual ocean waves and a lot more! Animal Feeding and Taming This update greatly expands the "Animal Husbandry" aspect of the game: you're now able to feed and tame animals! Animals become hungry over time. If they go without food for a long time, this becomes visually apparent as the…In-game event30 Apr 2026Update 0.9.2: Animal Breeding, Item Placement, better Controller SupportHey folks! Finally a new update is available! It introduces various new things, changes and improvements and also several bugfixes. Item Placement With this update you can place items persistently in the world (this means they won't despawn after a restart). To do that, hit the B key twice to place the currently equipped item (this key binding can be changed in the settings). Alternatively righ…In-game event22 Dec 2025Update 0.9.1: Steam Cloud and moreHi folks! First of all, we wish you a Merry Christmas and a Happy New Year! We hope you enjoy the holidays :) This is a good opportunity to release a small update! It adds new items, various Quality-of-Life changes, several bugfixes and also support for Steam Cloud. Steam Cloud support means that your worlds and blueprints are automatically stored in the Steam Cloud and synced with other device…