π₯
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
/* | |
* Copyright (C) 2012 | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is | |
* furnished to do so, subject to the following conditions: | |
* |
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
/* | |
* TranslationMapping is an util for mapping pre 1.13 Bukkit materials to | |
* the language keys of minecraft items in the language files of the client | |
* | |
* Licensed under the following (MIT) license: | |
* | |
* Copyright (C) 2018 Max Lee (https://github.com/Phoenix616) | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal |
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
import com.sk89q.worldguard.LocalPlayer; | |
import com.sk89q.worldguard.bukkit.RegionContainer; | |
import com.sk89q.worldguard.bukkit.RegionQuery; | |
import com.sk89q.worldguard.bukkit.WGBukkit; | |
import com.sk89q.worldguard.bukkit.util.Materials; | |
import com.sk89q.worldguard.protection.flags.DefaultFlag; | |
import com.sk89q.worldguard.protection.flags.StateFlag; | |
import org.bukkit.entity.LivingEntity; | |
import org.bukkit.entity.Player; |
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
use Irssi; | |
use strict; | |
use FileHandle; | |
use vars qw($VERSION %IRSSI); | |
$VERSION = "0.9.8.1 - 1.0"; | |
%IRSSI = ( | |
authors => 'Phoenix616 <[email protected]>, Andreas \'ads\' Scherbaum <[email protected]>', | |
name => 'proxy_and_screen_away', |
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
HashMap<UUID,Location> stands = new HashMap<UUID, Location>(); | |
double particleHeight = 1.5; | |
public void onEnable() { | |
getServer().getPluginManager().registerEvents(this, this); | |
Bukkit.getScheduler().scheduleSyncRepeatingTask(this, new Runnable() { | |
@Override | |
public void run() { |
NewerOlder