Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Lapzzo

  1. On 10/5/2021 at 5:47 PM, Flippy404 said:

    IGN: Flippy404 

    render4.thumb.png.5d8859d75a53ee710cde45656b264106.png

    23 hours ago, Centrect said:

    IGN: Centrect

    I would heart it but my forum permissions literally stop me

    render5.thumb.png.341582b228d9c0d470b52050c032683b.png

    21 hours ago, Houlton said:

    IGN: Houlton

    render6.thumb.png.75294d41c953a956806655c3dd488349.png

    15 hours ago, _Tarna_ said:

    IGN: _Tarna_

    render7.thumb.png.49ac0f4163e1a8e7890e457f0e134448.png

    • Like 2
    • Thanks 1
  2. 12 hours ago, NotKaizo said:

    IGN: iKaizo_

    render1.thumb.png.c3bcf2da2b5b37249df81de2290315a4.png

    19 hours ago, ram3n_nabi said:

    IGN ram3n_nabi  🦋

    render2.thumb.png.abcd9cf3c7f846ad34eedb13b0b05381.png

    20 hours ago, Just5MoreMinutes said:

    Lapzzo half-quits the forums to start his buisness as a "Professional Minecraft Skin Renderer"...

    Anyway my IGN is Just5MoreMinutes <33

     

    render3.thumb.png.4717af94b54bac13426ec4e2a20b8e8e.png

    Sorry for 2 of the same camera angle/poses, you can request what postion you want if you want and ill remake

    • Like 3
  3. Hi, since I want rep, I decided to make this post. Post your minecraft names below, and ill make a blender render of the skin.

    It can be anyones skin, but there is a requirment.

    You must heart this topic cuz yes c: Heres an example.

     

    exampleee.png

    • Like 8
  4. 5 minutes ago, BloxenYT said:

    Can u make this script work?

    on right click on player:
        if player's held item is paper of mending 1 named "&e&lStaff Menu":
            open virtual chest inventory with size 2 named "&e&lStaff Menu" to player
            wait 1 tick
            format gui slot 0 of player with red concrete named "&c&lBan %event-player%" to run:

    Hello,
    This post has not been interacted for a month, or more and you have replyed to it which is against the rules,

    Requesting mod lock 🔒

    • Like 1
  5. 25 minutes ago, ACK3R1S3P1CL0L said:

    it wont work even if i use the pannel

    Hello,
    This post has not been interacted for a month, or more and you have replyed to it which is against the rules,

    Requesting mod lock!

    11 minutes ago, MrTibo said:

    When you make a server, it initially has no idea who you are, that is why you can't use administrative commands when you first join. To make yourself an administrator, go to https://minehut.com/dashboard/ -> Edit Server (Make sure your server is ONLINE)

    Did mrtibo just necropost?

  6. command /kill:
    	trigger:
    		kill player
    		broadcast "&c&l%player% took the easy way out."

     

    When the player types /kill 

    it will kill them and broadcast

    Lapzzo took the easy way out.

    Of course Lapzzo will be the name of the player who wrote /kill

    • Thanks 1
  7. Hello! For /spawn you need EssentialsSpawn and for /rules you need Essentials

    To give permission, get the plugin Luck Perms, then restart and type the command

    /lp group default permission set essentials.spawn

    /lp group default permission set essentials.rules

  8. File manager is back, and I found the errors! Heres a fixed one

    command /hug <player>:
    	trigger:
    		if arg-1 is not set:
    			send "&cYou cannot hug air silly!" to player
    		else:
    			if arg-1 is player:
    				send "&cYou must be lonely if your hugging yourself!" to player
    			else:
    				send "&7You hug &b%arg-1% &7With &dLove &cAww ❤." to player
    				send "&b%{_p}% &7Hugs you with &dLove &cAww ❤." to arg-1
    
    on chat:
    	if message contains "<3":
    		replace all "<3" with "&c❤&r" in message

     

  9. command /hug <player>:
    	trigger:
    		if arg-1 is not set:
    			send "&cYou cannot hug air silly!" to player
    		else:
    			if arg-1 is %player%:
    				send "&cYou must be lonely if your hugging yourself!" to player
    			else:
    				send "&7You hug &b%arg-1% &7With &dLove &cAww ❤." to player
    				send "&b%{_p}% &7Hugs you with &dLove &cAww ❤." to arg-1
    
    on chat:
    	replace all "<3" with "&c❤&r"

    Sorry if this doesnt work, I cant test it because file manager is down

×
×
  • Create New...