Skip to content

Commit

Permalink
Added Permission System
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-peeters committed Jun 1, 2016
1 parent 54d2bac commit 0248ef6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/YottaFLOPS/PermanentNightVision/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.nio.file.Path;
import java.util.*;

@Plugin(id = "de.yottaflops.permanentnightvision", name = "Permanent Night Vision", version = "1.0", description = "A plugin to effect every player with nightvision")
@Plugin(id = "de.yottaflops.permanentnightvision", name = "Permanent Night Vision", version = "1.1", description = "A plugin to effect every player with nightvision")
public class Main {

PotionEffect nightVision = PotionEffect.builder().potionType(PotionEffectTypes.NIGHT_VISION).duration(1000000).amplifier(1).build();
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/de/YottaFLOPS/PermanentNightVision/Reload.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org.spongepowered.api.command.spec.CommandExecutor;
import org.spongepowered.api.effect.potion.PotionEffect;
import org.spongepowered.api.effect.potion.PotionEffectTypes;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.text.format.TextColors;
Expand Down

0 comments on commit 0248ef6

Please sign in to comment.