I hereby claim:
- I am redwallhp on github.
- I am redwall_hp (https://keybase.io/redwall_hp) on keybase.
- I have a public key whose fingerprint is 435C 5756 75CB A16F AA8C 07C4 0F83 CA91 B77D 3C01
To claim this, I am signing this object:
| package org.bukkit.block; | |
| import org.bukkit.entity.Player; | |
| import org.bukkit.inventory.InventoryHolder; | |
| import org.bukkit.potion.PotionEffect; | |
| import java.util.List; | |
| /** | |
| * Represents a beacon. |
| package io.github.redwallhp.athenagm.utilities; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.ChatColor; | |
| import org.bukkit.entity.Player; | |
| /** | |
| * Builder class to easily create and execute /title commands to display messages | |
| * to players, as the Bukkit API presently lacks APIs for creating titles. | |
| * This may spam console a bit if you run it excessively, since it's executing 2-3 commands |
| nerdch.level.admin:/exportclanchat = >>> | |
| msg("Starting export process.") | |
| _chce_reset_database() | |
| _chce_create_tables() | |
| _chce_export_channels() | |
| msg("Export done!") | |
| <<< |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Minecraft folder | |
| cd /Users/your_system_username/Library/Application\ Support/minecraft | |
| function scan_logs { |