This file contains 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
Function: AddThinkToEnt | |
Signature: void AddThinkToEnt(handle, string) | |
Description: Adds a late bound think function to the C++ think tables for the obj | |
Function: AllowThirdPersonCamera | |
Signature: bool AllowThirdPersonCamera() | |
Function: ArePlayersInHell | |
Signature: bool ArePlayersInHell() |
This file contains 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
versioninfo | |
{ | |
"editorversion" "400" | |
"editorbuild" "7937" | |
"mapversion" "5" | |
"formatversion" "100" | |
"prefab" "0" | |
} | |
visgroups | |
{ |
This file contains 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
// ==UserScript== | |
// @name Steam Trade Show AppIDs | |
// @namespace https://github.com/gamecube762 | |
// @version 0.1 | |
// @description A simpleTampermonkey script that shows the SteamAppID of each item in the trade window. Example: https://i.imgur.com/lKRjyvj.png | |
// @author Gamecube762 | |
// @match https://steamcommunity.com/tradeoffer/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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
versioninfo | |
{ | |
"editorversion" "400" | |
"editorbuild" "7063" | |
"mapversion" "2" | |
"formatversion" "100" | |
"prefab" "0" | |
} | |
world | |
{ |
This file contains 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 <you.package.path>; | |
import net.minecraft.server.v1_7_R1.ChatSerializer; | |
import net.minecraft.server.v1_7_R1.PacketPlayOutChat; | |
import org.bukkit.Bukkit; | |
import org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer; | |
import org.bukkit.entity.Player; | |
//made by Gamecube762 | |
//Simple way to send Json Chat messages to players |