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 fs from "fs"; | |
import path from "path"; | |
import https from "https"; | |
import { SigningStargateClient } from "@cosmjs/stargate"; | |
import { MsgCreateDeployment } from "@akashnetwork/akash-api/akash/deployment/v1beta3"; | |
import { QueryClientImpl as QueryProviderClient, QueryProviderRequest } from "@akashnetwork/akash-api/akash/provider/v1beta3"; | |
import { QueryBidsRequest, QueryClientImpl as QueryMarketClient, MsgCreateLease, BidID } from "@akashnetwork/akash-api/akash/market/v1beta4"; | |
import * as cert from "@akashnetwork/akashjs/build/certificates"; | |
import { getRpc } from "@akashnetwork/akashjs/build/rpc"; | |
import { SDL } from "@akashnetwork/akashjs/build/sdl"; |
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
• PlayerAdvancementDoneEvent | |
Called when a player has completed all criteria in an advancement. | |
• PlayerAnimationEvent | |
Represents a player animation event | |
• PlayerArmorStandManipulateEvent | |
Called when a player interacts with an armor stand and will either swap, retrieve or place an item. | |
• PlayerBedEnterEvent | |
This event is fired when the player is almost about to enter the bed. | |
• PlayerBedLeaveEvent | |
This event is fired when the player is leaving a bed. |
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 DGEH; | |
import org.bukkit.event.EventHandler; | |
import org.bukkit.event.entity.PlayerDeathEvent; | |
import org.bukkit.event.entity.PlayerLeashEntityEvent; | |
import org.bukkit.event.player.*; | |
public class PlayerEventListener { | |
private Main i; |
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
<?php | |
header ('Content-Type: image/png'); | |
$m = strtolower($_GET['sk']); | |
$d = ""; // Directory of SkinsRestorer/Players | |
$file = $d.$m.".player"; | |
$j = ""; | |
if(!file_exists($file)) $j = strtolower($_GET['sk']); | |
else { | |
$f = fopen($file, "r") or die("Unable to open file!"); |
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
Crate: | |
CrateType: QuickCrate | |
CrateName: '&cSpawner Crate' | |
StartingKeys: 0 | |
InGUI: true | |
Slot: 15 | |
OpeningBroadCast: false | |
BroadCast: '%Prefix%&f&l%Player% &fis opening a &c&lSpawner Crate' | |
Item: PURPLE_DYE | |
Glowing: true |
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
Crate: | |
CrateType: QuickCrate | |
CrateName: '&e&nVote Crate' | |
StartingKeys: 0 | |
InGUI: true | |
Slot: 20 | |
OpeningBroadCast: false | |
BroadCast: '&6Crates > &7%Player% is opening an &nVote Crate&r&7.' | |
Item: 'CHEST' | |
Glowing: false |