PlayerCameraEffect  [OpenSource] icon

PlayerCameraEffect [OpenSource] -----

*Literally* customize the way the players complete screen looks like!



PlayerCameraEffect
This plugin adds the ability to add a filter to the view of the player.


How does it work?
It's working through a bug in minecraft.

The player will keep the effect of the entity he's spectating after he dies.

Which camera effects exist?
There are 4 different available effects:

Basically, you're already playing in it when joining a server
rsz_normal.png
creeper.png
rsz_enderman.png
rsz_spider.png


Is there any command?
Yes, /pce!

To change your camera effect, use /pce playeffect <camera effect>
To change it back to normal, use /pce playeffect normal

Can I change the effect with my plugin?
Sure, simply add this plugin as a library to your IDE.

We have a public repo on which this plugin is getting hosted on:
Code (Text):
<repositories>
  <repository>
     <id>marcely-repo</id>
     <url>https://repo.marcely.de/repository/maven-public/</url>
  </repository>
</repositories>
Code (Text):
<dependencies>
  <dependency>
     <groupId>de.marcely.playercameraeffect</groupId>
     <artifactId>Plugin</artifactId>
     <version>1.0.3</version>
     <scope>provided</scope>
  </dependency>
</dependencies>
After that, all you have to do is to invoke this method:
Code (Java):
PlayerCameraEffectPlugin. playEffect (player, CameraEffect. effect ) ;




[​IMG]
Resource Information
Author:
----------
Total Downloads: 1,466
First Release: Jul 4, 2016
Last Update: Mar 2, 2022
Category: ---------------
All-Time Rating:
9 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings