Skip to content

Instantly share code, notes, and snippets.

View WASasquatch's full-sized avatar

WAS WASasquatch

  • Idun.AI
  • Mount Vernon, WA
View GitHub Profile
@WASasquatch
WASasquatch / PotionEffectsManager.java
Last active April 15, 2017 03:29
PotionEffectsManager2 - Manage Players and Potion Effects by Sets
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.bukkit.entity.Player;
import org.bukkit.Location;
import org.bukkit.World;
@WASasquatch
WASasquatch / PotionEffectsManager.java
Last active April 15, 2017 00:43
Manage multiple potion effects on multiple players at once
package wa.was.blastradius.blasts;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.entity.Player;
import org.bukkit.Color;