PlayerCameraEffect
This plugin adds the ability to add a filter to the view of the player.
How does it work?This plugin adds the ability to add a filter to the view of the player.
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:
Spoiler: Normal
Basically, you're already playing in it when joining a server
Spoiler: Creeper
Spoiler: Enderman
Spoiler: Spider
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>
<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>
<dependency>
<groupId>de.marcely.playercameraeffect</groupId>
<artifactId>Plugin</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Code (Java):
PlayerCameraEffectPlugin.
playEffect
(player, CameraEffect.
effect
)
;
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PlayerCameraEffect [OpenSource] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,487 times (via Spigot). Download it and open it directly in the game.