Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Lapzzo

  1. If you have TAB (Also known as  TAB reborn) you can edit it in the file manager by going to

    Plugins - TAB - Config.yml

    Then you can edit. Be careful when editting as one mistake can break the whole plugin. You can edit animations in the animations file also in TAB

  2. On 11/11/2021 at 4:20 AM, Pryme said:

    EXCUSE ME ?????

    HELLL NOO

    I DID THIS WITH LAPZZO AND I LOST NO WAY IM GONNA RACE WITH U

    Yes and I absoultely destroyed you with in a week. I gotta be so fastest one to get 1,000 posts in less then 2 months.

  3. I am really confused at the moment. I have a GUI skript.

    command /why:
    	trigger:
    		open virtual chest inventory with size 1 named "Test" to player
    		format gui slot 0 of player with dirt

    But every time I ad the format gui slot 0 of player with dirt the command just becomes unknow. The command works when I do 

    command /why:
    	trigger:
    		open virtual chest inventory with size 1 named "Test" to player

    But when I add the format part it just says the command is unknown and I have no idea why. I need help as soon as possible.

     

    ! THIS HAS NOW BEEN SOLVED !

  4. command /dupe:
        trigger:
            if player's tool is diamond or iron or emerald or gold or iron or netherite:
            send "&c[ERROR] You cannot dupe this item." to player
        else:
            give player player's tool
            send "&4&lYou just duped &6&l%player's tool%"

    This should work try it

    also after the send lines do to player. Like

    send "This is an example" to player

    or

    send "This is a broadcast that doesnt show in console" to all players

    to make a broadcast that does not show up in console

×
×
  • Create New...