Skip to content

Instantly share code, notes, and snippets.

View Spyboticsguy's full-sized avatar

Tristen Allen Spyboticsguy

View GitHub Profile
local port = 0x7AC0 -- port for 'TACO' delivery
local waypoint = "station_1"
local component = require("component")
local modem = component.modem
modem.open(port)
-- simple test program: ask for delivery to the configured waypoint

Keybase proof

I hereby claim:

  • I am Spyboticsguy on github.
  • I am spyboticsguy (https://keybase.io/spyboticsguy) on keybase.
  • I have a public key whose fingerprint is F4C5 609F AB34 7970 BA2D 3A06 4234 1299 5C3B 386F

To claim this, I am signing this object:

User is not able to join/speak/etc in channel 'x'
User does not inherit any group that negate those permissions
Adding the permission for that channel fixes the problem - but should not have to be done, since they have the herochat.[perm].all nodes(s)
In addition to this, the problem is only present for channels that have negated nodes in non-inherited groups.
Inheritance overriding works as you would expect.
2012-08-21 17:28:30 [SEVERE] Could not pass event PlayerQuitEvent to MCDocs
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:490)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:465)
at net.minecraft.server.ServerConfigurationManagerAbstract.disconnect(ServerConfigurationManagerAbstract.java:206)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:711)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
@Spyboticsguy
Spyboticsguy / gist:3091969
Created July 11, 2012 17:46
Server log - Vault/DroxPerms
2012-07-11 13:46:12 [INFO] Starting minecraft server version 1.2.5
2012-07-11 13:46:12 [INFO] Loading properties
2012-07-11 13:46:12 [INFO] Starting Minecraft server on *:25565
2012-07-11 13:46:12 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
2012-07-11 13:46:13 [INFO] [Vault] Loading Vault v1.2.16-b184
2012-07-11 13:46:13 [INFO] [DroxPerms] Loading DroxPerms v0.3.1
2012-07-11 13:46:13 [INFO] [Vault] Enabling Vault v1.2.16-b184
2012-07-11 13:46:13 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-07-11 13:46:13 [INFO] [Vault] Enabled Version 1.2.16-b184
2012-07-11 13:46:13 [INFO] Preparing level "world"
@EventHandler(priority=EventPriority.MONITOR)
public void onPlayerChat(PlayerChatEvent event) {
if (this.plugin.isHeld(CraftIRC.HoldType.CHAT)) {
return;
}
// String[] split = message.split(" ");
try {
if (this.plugin.isDebug()) CraftIRC.log.info(String.format(CraftIRC.NAME + " onPlayerChat(): <%s> %s", event.getMessage(), event.getPlayer()));
@Spyboticsguy
Spyboticsguy / PvP-plugins
Created March 11, 2012 19:46
potential plugins (PvP)
BeardStat
BeardAch
CommandBook
CraftIRC
DroxPerms
EscapePlug
HeroChat
HomeSpawnPlus
Minequery
NoCheat
@Spyboticsguy
Spyboticsguy / gist:1975919
Created March 5, 2012 01:42
CommandBook errors on load
2012-03-04 17:17:57 [SEVERE] Could not load 'plugins/CommandSigns.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:290)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:214)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:163)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)