• 0

    posted a message on Parkour Pack!
    i made a resource pack that makes blocks bigger giving the illusion of perspective and you jump later than normal thus making you jump farther helping your parkour!
    Left: normal block right: parkour block!
    If two blocks are placed next to each other they mesh together but thats okay.
    you should probably only use this when doing parkour.
    Download link: http://www.mediafire.com/download/r36ts3m9wls565z/ParkourPack.zip
    Posted in: Resource Packs
  • 0

    posted a message on Taking 1.8 Skin Requests!
    Krod258:

    Posted in: Skins
  • 0

    posted a message on Taking 1.8 Skin Requests!
    Geforce132:




    Hope You Like It!

    Well Thats A good start for skin making, ill continue other skins tomorrow :D
    Posted in: Skins
  • 0

    posted a message on Taking 1.8 Skin Requests!
    Alright Taafe:




    Hope you like it!
    Posted in: Skins
  • 0

    posted a message on Taking 1.8 Skin Requests!
    Hello Minecraft Community! I am making skins, i have made lots before! I also taught myself how to make the 1.8 skins with jackets and such. I will also accept existing skins and convert there jacket,hoodie,etc into a second layer. With this you can also take your jacket on and off ingame! Just go to options, Skin Customization, then you can turn it off/on And ill make you these skins, Fast! So if you want a a skin with a jacket,suit,hoodie or you want me to make your existing skin have a 2nd layer jacket JUST ASK ME :D Also you dont HAVE to get a jacket though , I won't force you ;D,I usually take 1 - 3 requests everyday, so if there is a lot of requests booked, you might have to wait a little :| To request a skin you can either A) Post a Comment On This Thread B ) Contact me Via Skype nickbannanas or C) contact me via Steam nickbannanas42 The best way would probly be skype. Im usually always avaible on skype. Second choice would be steam, but sometimes i forget to open it xD If you choose choice A I might not remember about looking at this forum, But I still will sometimes
    Thanks for being so awesome

    ~Jimmy
    Posted in: Skins
  • 0

    posted a message on Need help compiling bukkit plugin!
    Yes! I fixed it! the classpath i typed in the yml was wrong it was Jimmy_ not jimmy_
    Posted in: Modification Development
  • 0

    posted a message on Need help compiling bukkit plugin!
    alright i was trying to compile it using maven but maven has been bugged for a while... Now i see that you can export it as a jar :| but when i try to put in my plugins folder and start the server up my plugin.yml isnt right. ill post that too.

    Heres my YML file:

    name: JimmyPlug
    main: me.jimmy_.JimmyPlug.main
    version: 1.0
    commands:
    jimmy:
    description: WIP
    usage: /jimmy
    permission: JimmyPlug.jimmy
    permission-message: Sorry, but no.

    And heres the errors, sorry to bother :(

    C:\Users\Jimmy_\Desktop\Bukkit Server>java -Xmx1024M -jar craftbukkit-1.7.5-R0.1
    -20140323.035941-4.jar -o true
    Loading libraries, please wait...
    [18:24:46 INFO]: Starting minecraft server version 1.7.5
    [18:24:46 INFO]: Loading properties
    [18:24:46 INFO]: Default game type: SURVIVAL
    [18:24:46 INFO]: Generating keypair
    [18:24:46 INFO]: Starting Minecraft server on *:25565
    [18:24:47 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.
    3-6-ga3ae0c6-b3029jnks (MC: 1.7.5) (Implementing API version 1.7.5-R0.1-SNAPSHOT
    )
    [18:24:47 ERROR]: Could not load 'plugins\JimmyPlug.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPlug
    inLoader.java:160) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7
    .2-R0.3-6-ga3ae0c6-b3029jnks]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:133) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6
    -ga3ae0c6-b3029jnks]
    at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.ja
    va:351) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga
    3ae0c6-b3029jnks]
    at org.bukkit.craftbukkit.v1_7_R2.CraftServer.<init>(CraftServer.java:31
    3) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c
    6-b3029jnks]
    at net.minecraft.server.v1_7_R2.PlayerList.<init>(PlayerList.java:63) [c
    raftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b30
    29jnks]
    at net.minecraft.server.v1_7_R2.DedicatedPlayerList.<init>(SourceFile:14
    ) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6
    -b3029jnks]
    at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.jav
    a:126) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3
    ae0c6-b3029jnks]
    at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java
    :426) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3a
    e0c6-b3029jnks]
    at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:6
    18) [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0
    c6-b3029jnks]
    Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the n
    ext token; found character '\t' that cannot start any token
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:358) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-g
    a3ae0c6-b3029jnks]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    9) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0
    c6-b3029jnks]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(P
    arserImpl.java:591) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.
    7.2-R0.3-6-ga3ae0c6-b3029jnks]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~
    [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b
    3029jnks]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-
    b3029jnks]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133) ~
    [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b
    3029jnks]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3
    ae0c6-b3029jnks]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~
    [craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b
    3029jnks]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0
    c6-b3029jnks]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6
    -b3029jnks]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.
    2-R0.3-6-ga3ae0c6-b3029jnks]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit-1
    .7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b3029jnks]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:411) ~[craftbukkit-1.7.5-R0.1-
    20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6-ga3ae0c6-b3029jnks]
    at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.
    java:189) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7.2-R0.3-6
    -ga3ae0c6-b3029jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPlug
    inLoader.java:155) ~[craftbukkit-1.7.5-R0.1-20140323.035941-4.jar:git-Bukkit-1.7
    .2-R0.3-6-ga3ae0c6-b3029jnks]
    ... 8 more
    [18:24:47 INFO]: Preparing level "false"
    [18:24:47 INFO]: Preparing start region for level 0 (Seed: 4403885491400432436)
    [18:24:47 INFO]: ----- Bukkit Auto Updater -----
    [18:24:47 INFO]: It appears that you're running a Development Build, when you've
    specified in bukkit.yml that you prefer to run Recommended Builds.
    [18:24:47 INFO]: If you would like to be kept informed about new Development Bui
    ld releases, it is recommended that you change 'preferred-channel' in your bukki
    t.yml to 'dev'.
    [18:24:47 INFO]: With that set, you will be told whenever a new version is avail
    able for download, so that you can always keep up to date and secure with the la
    test fixes.
    [18:24:47 INFO]: If you would like to disable this warning, simply set 'suggest-
    channels' to false in bukkit.yml.
    [18:24:47 INFO]: ----- ------------------- -----
    [18:24:48 INFO]: Preparing spawn area: 10%
    [18:24:49 INFO]: Preparing spawn area: 23%
    [18:24:50 INFO]: Preparing spawn area: 50%
    [18:24:51 INFO]: Preparing spawn area: 61%
    [18:24:52 INFO]: Preparing spawn area: 73%
    [18:24:53 INFO]: Preparing spawn area: 81%
    [18:24:54 INFO]: Preparing spawn area: 93%
    [18:24:55 INFO]: Preparing start region for level 1 (Seed: 4403885491400432436)
    [18:24:55 INFO]: Preparing start region for level 2 (Seed: 4403885491400432436)
    [18:24:56 INFO]: Server permissions file permissions.yml is empty, ignoring it
    [18:24:56 INFO]: Done (9.230s)! For help, type "help" or "?"
    [18:25:03 INFO]: UUID of player Crazydude101 is f5f3a5b135df4b3bad48887b72598703

    [18:25:06 INFO]: Crazydude101[/192.168.0.4:61838] logged in with entity id 1719
    at ([world] -191.1888608984229, 67.0, 181.31669620185573)
    [18:25:06 WARN]: Can't keep up! Did the system time change, or is the server ove
    rloaded? Running 2363ms behind, skipping 47 tick(s)
    [18:25:12 INFO]: Crazydude101 issued server command: /pl
    [18:25:15 INFO]: Crazydude101 issued server command: /midget
    >
    Posted in: Modification Development
  • 0

    posted a message on Need help compiling bukkit plugin!
    Ok. Im a newbie at java, but i think everything is right. but when i try to compile it, java spits errors in my face. It thinks im trying to use regular java or whatever but im making a bukkit plugin. For example i have

    import org.bukkit.plugin.java.JavaPlugin;

    but java doesnt know anything about that. So it puts out an error and doesnt let me compile it! I tried using maven but slf4j or whatever its called doesnt work!
    If you need my whole java file here:



    public final class main extends JavaPlugin {
    public void onEnable(){

    // TODO Insert logic to be performed when the plugin is enabled
    }

    public void onDisable() {
    // TODO Insert logic to be performed when the plugin is disabled
    }
    public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args){
    if (cmd.getName().equalsIgnoreCase("jimmy")) { // If the player typed /basic then do the following...
    getLogger().info("May Jimmy Be With You");
    return true;
    } //If this has happened the function will return true.
    // If this hasn't happened the a value of false will be returned.
    return false;
    }
    }



    thanks.
    Posted in: Modification Development
  • 0

    posted a message on Schematica
    Awesome! I like to build my structures in singleplayer and if i like them then i will rebuild the m in multiplayer so this will really help me!
    Posted in: Minecraft Mods
  • 0

    posted a message on My world is in crisis!
    I didn't change any I said if I have to to fix it I can change them[EDIT] fixed I went in mcedit and copied the stuff I needed and pasted it in a new world
    Posted in: Discussion
  • 0

    posted a message on My world is in crisis!
    nothing
    Posted in: Discussion
  • 0

    posted a message on My world is in crisis!
    when I try to join my OWN server so I can change any files if I have to it says

    string length is too long 36 > 16 so im wondering what string is it talking about?
    anybody know plz help me!
    Posted in: Discussion
  • 0

    posted a message on Crazydude101 Is Accepting 1.8 Skin Requests :D
    sorry nexas ill fix it
    Posted in: Skins
  • To post a comment, please .