made some newly added params function correctly

This commit is contained in:
2024-11-30 13:08:35 +01:00
parent be00598efe
commit 8ad6cb9ffb
13 changed files with 130 additions and 65 deletions
+7 -2
View File
@@ -3,8 +3,13 @@
BDE_ParticleSys is a highly customizable **server-side** particle system that uses `Block Display Entities` (BDEs) as particles. It is meant to be used as a library for other mods, but can be used as a standalone mod too.
<!-- change GiveParticleEmitter to GiveEmitterTool -->
If BDE_ParticleSys is used as a standalone mod, you will only be able to use it with the custom in-game commands `/GiveEmitterTool`, `/KillAllEmitters` and `/ManageEmitters`. Any particles made with those commands are **temporary** and get removed once the server shuts down, as they are meant for quick testing.
If BDE_ParticleSys is used as a standalone mod, you will only be able to use it with the custom in-game commands `/GiveEmitterTool`, `/KillAllEmitters`, and `/ManageEmitters`. Any particles made, removed, or changed with those commands are **temporary** and get reverted once the server shuts down, as they are meant for quick testing.
### Contents (in-game)
* `/GiveEmitterTool`
* `/KillAllEmitters`
* `/ManageEmitters`
* `GlobalMaxParticles` (GameRule)
# Open-source - Copyright