1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script skBackpacks NBT | A better way to store your stuff! 3.3 release

Store your items in a non-virtual backpack!

  1. EWS

    EWS Active Member

    Joined:
    Jan 26, 2017
    Messages:
    51
    Likes Received:
    27
    Medals:
    EWS submitted a new resource:

    skBackpacks | A better way to store your stuff! - Store your items in a non-virtual backpack!

    Read more about this resource...
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    [​IMG] [​IMG] [​IMG]
    i found bug. The Backpack can replace in inventory backpack.
    and i send that 3 picture.
    i try reload the skript and i found the like arguments
    /skript reload all < like have error maybe... and arguments>
    /skript reload backpack.sk < no have error and no show arguments>

    sry my english so badddd :emoji_frowning:
    [​IMG] [​IMG] [​IMG]


    [​IMG]
     
    #3 ShaneBee, Jan 30, 2017
    Last edited by a moderator: Jan 30, 2017
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    EWS updated skBackpacks | A better way to store your stuff! with a new update entry:

    Bug fix update

    Read the rest of this update entry...
    --- Double Post Merged, Feb 1, 2017, Original Post Date: Feb 1, 2017 ---
    Thanks for the report! The bug has been fixed and while I've been tried to fix you bug, I've found others and fixed them too.
     
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Still bug man still can replace in backpack inventory D: !!!
     
  6. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  8. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    :emoji_astonished:
    I didn't know this existed!
    Amazing resource!
     
  9. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I couldn't reproduce it using any kind of inventory move.
    Please, tell me the keyboard keys you're using and make sure you are using Bensku's Skript.
     
  10. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    button 1 2 3 4 5 6 7 8 9
    --- Double Post Merged, Feb 1, 2017, Original Post Date: Feb 1, 2017 ---
    and i using version 1.11.2
     
  11. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    http://i.imgur.com/gMM5cHH.gifv

    As you can see, I can't move it even spamming all the keyboard numbers.
    See if there's no errors in console and if you're using all addons required.

    I'm using the lastest version of Spigot (1.11.2) too.
     
  12. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    what u need for u skript ? i mean the other plugins
     
  13. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Everything is in the script page with downloads.
     
  14. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    hmmmm. but u try chat /sk reload all get the arguments code ? like error. but if u /sk relobe ad backpack.sk = reload is perfect no arguments code show....pl
    dunno maybe i miss some plugins. but no skriptaddons
     
  15. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hello i just added
    Code (Skript):
    1. if lore of clicked item is "{@backpack.lore}":
    2.     cancel event
    to inventory click section to prevent puting backpack into backpack :emoji_grinning:
    --- Double Post Merged, May 4, 2017, Original Post Date: Apr 6, 2017 ---
    BUG / IDEA
    Bug:
    Players can repair their tools and armores in backpacks.
    IDEA: Add data values support to prevent this issue.

    For tempomary solution i added this code:
    Code (Skript):
    1.  
    2. on inventory click:
    3.     if inventory name of current inventory of player contains "{@backpack.inventoryname} |":
    4.         if clicked item is axe, sword, shovel, hoe, pickaxe, helmet, chestplate, leggings, fishing_rod, bow, flint and steel, shears or boots:
    5.             cancel event
    6.             drop clicked item
    7.             set clicked item to air
    8.             message "&cYou can't put tools and armores to batpacks for now!"
    9.  
    Thanks :emoji_slight_smile: MachisCZ
     
  16. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I totally forgot the data value.
    The backpack into backpack prevention is already made using NBT (so no lore is required), and is supposed to work. It also blocks item swap because in my last tests I was being able to move it without script detecting it.

    I'm fixing the repair bug now, probably will be finished and posted until tomorrow.
    Thanks!
     
  17. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    It wasnt worked for me thats why i added lores :emoji_slight_smile:
     
  18. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    EWS updated skBackpacks NBT | A better way to store your stuff! with a new update entry:

    Fixed item repair bug & easier message translation

    Read the rest of this update entry...
    --- Double Post Merged, May 6, 2017, Original Post Date: May 6, 2017 ---
    Are you using Bensku's Skript? The "inventory action" expression is one of his new updates.
    Also, thanks for reporting your bug, I added you in the credits.
     
    #18 ShaneBee, May 6, 2017
    Last edited by a moderator: May 6, 2017
  19. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
  20. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234

Share This Page

Loading...