This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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>!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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%! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # _______________________________________________________________ | |
| # / \ | |
| # | 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 | | |
| # \_______________________________________________________________/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # _______________________________________________________________ | |
| # / \ | |
| # | 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 | | |
| # \_______________________________________________________________/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # _______________________________________________________________ | |
| # / \ | |
| # | 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 | | |
| # \_______________________________________________________________/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package me.crosstor.egocraft; | |
| import org.bukkit.command.*; | |
| import org.bukkit.entity.*; | |
| import org.bukkit.*; | |
| public class GameMode implements CommandExecutor | |
| { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
NewerOlder