Library Scape - The Simple Plugin Development Library!

Discussion in 'Resources' started by AwesomeUniverse, Jul 20, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    AwesomeUniverse

    Scape is Work In Progress. Some things won't work.

    Hello Bukkiters! (I made the word Bukkiters up right now)
    This is a Plugin Development library that makes it simple to create a plugin.
    This library does not come in a server plugin form meaning no more server plugin-based libraries! No extra load on your server owners servers.

    NOTE: I made some errors, applyToPlayer in PotionEffect is misspelled to be spplyToPlayer and potion effect length is incorrect. These will be patched in v1.0.1

    NOTE 2: In the below tutorial I forgot to show you how to build. You need to leave extracted Scape.jar on there. I'm currently making a new tutorial.

    TUTORIAL

    Download is on GitHub: https://github.com/AwesomeCodePerson/Scape/releases/
     
    Last edited: Jul 20, 2018
  2. Offline

    timtower Administrator Administrator Moderator

    @AwesomeUniverse Having those as util classes in source form would probably be better as there isn't a lot in the library.
    Did you test the ScapeGui? Aren't the amount of slots in an inventory be a multiple of 9 instead of the 3 that you have?
     
  3. Offline

    AwesomeUniverse

    The program automatically does a * 9 on the rows.
     
  4. Offline

    timtower Administrator Administrator Moderator

    Code that I decompiled used a 3 there.
     
  5. Offline

    AwesomeUniverse

    Woops. Fixed in v1.0.2
     
Thread Status:
Not open for further replies.

Share This Page