Skip to content

Instantly share code, notes, and snippets.

import org.bukkit.permissions.Permissible;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import java.lang.Throwable;
import java.lang.Object;
import org.bukkit.plugin.PluginManager;
import com.slashchest.CommandCopyDat;
import com.slashchest.CommandMoveChest;
name: SlashChest
main: com.radcraft.slashchest.SlashChest
version: 1.5.2
author: radfast
description: >
This plugin creates a /chest command. Admins can use /openchest and other useful commands.
commands:
chest:
aliases: [xc]
description: Open a player's /chest
"C:\Program Files\Java\jdk1.7.0_17\bin\java" -Dmaven.home=D:\apache-maven-3.1.1 -Dclassworlds.conf=D:\apache-maven-3.1.1\bin\m2.conf -Didea.launcher.port=7535 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.0\bin" -Dfile.encoding=UTF-8 -classpath "D:\apache-maven-3.1.1\boot\plexus-classworlds-2.5.1.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.0\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SlashChest 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ SlashChest ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1
Module Module1
Dim iSales(5) As Double
Dim iTotals(5) As Double
Dim ID As Integer
Dim Name As String
Sub Main()
FileOpen(1, "C:\\Users\\Theresa\\Documents\\Visual Studio 2010\\Projects\\ConsoleApplication1\\ConsoleApplication1\\XYZDatavb.dat", OpenMode.Input, , OpenShare.Shared)
Module Module1
Dim iSales(4) As Double
Dim iTotals(4) As Double
Dim ID As Integer
Dim Name As String
Sub Main()
FileOpen(1, "XYZDatavb.dat", OpenMode.Input, , OpenShare.Shared)
---- Minecraft Crash Report ----
// You're mean.
Time: 26/04/14 11:06
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 123001
at net.minecraftforge.common.Configuration.getBlockInternal(Configuration.java:160)
at net.minecraftforge.common.Configuration.getBlock(Configuration.java:119)
at net.minecraftforge.common.Configuration.getBlock(Configuration.java:117)
auncher.CoreModManager$FMLPluginWrapper
2014-03-27 13:55:07 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-03-27 13:55:07 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-03-27 13:55:07 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-03-27 13:55:07 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-03-27 13:55:07 [INFO] [STDOUT] Loaded 51 rules from AccessTransformer config file temp.dat
2014-03-27 13:55:07 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-03-27 13:55:07 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-03-27 13:55:07 [INFO] [STDOUT] Successfully Registered Transformer
2014-03-27 13:55:07 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
Extracting libopenal.dylib
Extracting openal.dylib
Downloaded linux_natives.jar
Extracting libjinput-linux.so
Extracting libjinput-linux64.so
Extracting liblwjgl.so
Extracting liblwjgl64.so
Extracting libopenal.so
Extracting libopenal64.so
Downloaded minecraft.jar
org.apache.jasper.JasperException: The absolute uri: http://www.springframework.org/tags/form cannot be resolved in either web.xml or the jar files deployed with this application
<dependencies>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
public double calculateDistance(double lat1,double lng1, double lat2, double lng2)
{
double RADIUS_OF_EARTH = 3958.75;
lat1 = Math.toRadians(lat1);
lng1 = Math.toRadians(lng1);
lat2 = Math.toRadians(lat2);
lng2 = Math.toRadians(lng2);
double dlon = lng2 - lng1;
double dlat = lat2 - lat1;