From 69a77b3de148f2df6dcdf571ec3e649983983832 Mon Sep 17 00:00:00 2001 From: ByteDice <165556900+ByteDice@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:27:21 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cacbc28..a50c452 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # BDE_ParticleSys -A highly customizable **server-side** particle system that uses `Block Display Entities` (BDE) as particles. + +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. + + +If BDE_ParticleSys is used as a standalone mod, you will only be able to use it with the custom in-game commands `/GiveParticleEmitter` and `/ManageEmitters`. Any particles made with those commands are **temporary** and get **removed** once the server shuts down. + +# Open-source - Copyright + +**PowerPlates Website © 2024 by Byte Dice is licensed under CC BY-NC-SA 4.0**\ +**You can learn more about copyright by reading the full [license](/LICENSE)**