Skip to content

Instantly share code, notes, and snippets.

name: PalassetUtils
main: net.palasset.joinutils.JoinPlugin
softdepend: [Vault, Votifier, UltraPermissions, LuckPerms, DeluxeTag, PlaceholderAPI]
version: 1
api-version: 1.13
commands:
spawn:
reloadpalassetconfig:
vote:
tpa:
package net.palasset.joinutils.events;
import net.milkbowl.vault.economy.AbstractEconomy;
import net.milkbowl.vault.economy.EconomyResponse;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
ingen tilgang: "&8[&aByLivet&8] &7Du har ikke tilgang til dette!"
ingenspillerkalt: "&8[&aByLivet&8] &rFant ingen spiller kalt &c" + args[0]
feilbrukalts: "&8[&aByLivet&8] &7Bruk /alts <spiller/ip>!"
ingenalts: "&8&aByLivet&8] &7Fant ingen alt til konto &c"+args[0]
scannerip: "&8[&aByLivet&8] &rSkanner ip: " + arg
scanneralts:"&8[&aByLivet&8] &rSkanner ip: xxx.xxx.xxx.xxx"
alts: "&8[&aByLivet&8] &r"+ iper
feilbrukban: "&8[&aByLivet&8] &7Bruk /ban <spiller> <tid|grunn> <grunn|-s> <-s>!"
package net.bylivet.kitpvp.utils;
import net.minecraft.server.v1_8_R3.*;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.craftbukkit.v1_8_R3.CraftWorld;
import org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity;
import org.bukkit.craftbukkit.v1_8_R3.util.UnsafeList;
import org.bukkit.entity.Villager;
import org.bukkit.event.entity.CreatureSpawnEvent;
options:
TrollPrefix: &5Tro&6ll
UpSpeed: 2
command: troll
ForwardSpeed: 2
Permission: rank.troll
TimeTrap: 5 seconds
FreezeTime: 5 seconds
# Use %arg-1% for player name
TrapMessage: You trapped %arg-1%!
# _______________________________________________________________
# / \
# | Freeze skript made by GrimEpp |
# | This is a replacement for all the buggy skripts |
# | that uses buggy methods |
# | This method was taken from Pikachu's login skript |
# | You can use it. Repost it. Do whatever this method need |
# | to be used more often cause it is so smooth! |
# | Any bugs report them to me on forum or discord @GrimEpp#1115 |
# \_______________________________________________________________/
# _______________________________________________________________
# / \
# | Freeze skript made by GrimEpp |
# | This is a replacement for all the buggy skripts |
# | that uses buggy methods |
# | This method was taken from Pikachu's login skript |
# | You can use it. Repost it. Do whatever this method need |
# | to be used more often cause it is so smooth! |
# | Any bugs report them to me on forum or discord @GrimEpp#1115 |
# \_______________________________________________________________/
# _______________________________________________________________
# / \
# | Freeze skript made by GrimEpp |
# | This is a replacement for all the buggy skripts |
# | that uses buggy methods |
# | This method was taken from Pikachu's login skript |
# | You can use it. Repost it. Do whatever this method need |
# | to be used more often cause it is so smooth! |
# | Any bugs report them to me on forum or discord @GrimEpp#1115 |
# \_______________________________________________________________/
package me.crosstor.egocraft;
import org.bukkit.command.*;
import org.bukkit.entity.*;
import org.bukkit.*;
public class GameMode implements CommandExecutor
{
package io.github.grimepp.scoreboard.manager;
import com.mojang.authlib.GameProfile;
import io.github.grimepp.scoreboard.ScoreboardPlugin;
import net.bylivet.kitpvp.utils.CoinsManager;
import net.bylivet.kitpvp.utils.Stat;
import net.bylivet.kitpvp.utils.Statistic;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.configuration.ConfigurationSection;