Jump to content

ChilkinsJr

Member
  • Posts

    280
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by ChilkinsJr

  1. options:
    	badwords: "fuck" and "shit" and "ass"
    	broadcast_on: &aWe hve turned cathlic
    	broadcast_off: &cYou may speak the devils wordings
    	badword_message: &2*&a We don't speak the devils wording&2 *
    
    on chat:
    	if {nsfw::word} is true:
    		if {nsfw::word::*} contains {@badwords}:
    			if player has permission "nsfw.bypass":
    				stop
    			else:
    				send "{@badword_message}"
    				cancel event
    
    command /nsfw [<text>]:
    	permission: nsfw.command
    	permission message: &cYou currently don't have access to this command.
    	trigger:
    		if arg 1 is "on":
    			add {@badwords} to {nsfw::word::*}
    			broadcast "{@broadcast_on}"
    			set {nsfw::word} to true
    		else if arg 1 is "off":
    			broadcast "{@broadcast_off}"
    			set {nsfw::word} to false

     

  2.  

    image.png.1bca194da9a94ce8f9423016a3cb992f.pngimage.png.11b4dded92bd43131a38e9f4aeccd951.pngimage.png.2a0b30c4c2ae07525b502af1734d5b33.pngimage.png.3e19a8e9a3923d316aa610be22d75f87.png

    Previews will have a grid or watermark over it.

    All of the logos or fliers will belong to me until you pay. There will be a fee for the transfer. (1-5%) 

    Way of Payment:

    PayPal

     

  3.  have been skripting for more then 3 years so far. I am very good with certain scripts, but some I just don't seem to be able to get. Most scripts you will ask for I will know. I would love to put it on a low price. It of course depends on how long the skript is. If you want something like, custom join message, Its gonna be free. Its 4 lines. Right now you can really only contact me through my email, but soon I will be able to get back onto my discord. I also work with minehut scripts and more. I do not script plugins unless you ask for alot. It takes alot of my time and I don't want to do that with small offers.
     
    Email:
    [offers] Carson.Astor@gmail.
     
    <!> I can negotiate prices <!>
     
    LuckPerms:
    Free | simple 1-5 ranks with prefixes and permissions
    $1 | 10 ranks with custom prefixes, titles, and permissions
     
    Skripts:
    [1] FREE | simple scripts
    [2] FREE | script revisions
    [3] $1-$5 | Big scripts
    [4] $2-$8 | Full plugin server |'
    [5] $5-$15 | Full script server
    [6] $15 Full Bundle of my custom scripts
    [7] Free-$5 | Discord server WIth BOT
    [8] $20 | 800 credits + script Bundle + free 1 week lessons for scripting
    [9] $35 800 credits + Script Bundle + 1 mo free lessons + plugin bundle + 1 free month of MH20
    [10] [9] + another 800 credits + another free month of lessons.
    [11] $20-$50 | Custom Plugin [N/A]
     
    I use paypal, and you will need to sign something if you are giving me more then $15. This will ensure that you will pay and I will do what you need.
  4. options:
        perm: cheez.signedit
     
    command /signedit <Number> [<Text=" ">]:
        aliases: /editsign, /modifysign, /modsign
        permission: {@perm}
        permission message: §cYou require {@perm} permission to use this command!
        trigger:
            if arg-1 is set:
                if arg-1 is less than 1:
                    message "§3Number must be between 1 and 4."
                if arg-1 is more than 4:
                    message "§3Number must be between 1 and 4."
                else:
                    set {_text} to arg-2
                    replace all "&" in {_text} with "§" # allow use of ampersands for text styling
                    replace all "§§" in {_text} with "&" # allow use of double ampersands to negate that
                    set line arg-1 of target block to {_text}
                    message "§3Successfully edited sign!"
            if arg-1 is not set:
                message "§3Proper usage: §e/signedit <Line> <Text (Leave blank to clear line.)>"

     

×
×
  • Create New...