Jump to content

Pocan

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Pocan

  1. 6cbdb54c3e6ec4dd60678001f02546665b160acc
     
     
    Connect your Minecraft server to Discord
    Easy installation and easy to use
     
    Dependencies:
     
     Skript
     DiSky
     LuckPerms (Any group plugin)
     
    Install:
     
     Put 'Skript.jar', 'Skript-reflect.jar', 'Skript-yaml.jar' and 'DiSky.jar', to "plugins/"
    ■ Reload server.
    ■ Put 'pDiscord.sk file ' into "plugins/Skript/scripts"
    ■ Open 'plugins/Skript/scripts/pDiscord.sk' file with any editor
    ■ Add your discord bot token to ''token: " part
    upload_2023-7-10_20-37-7.png
    ■ Now save the skript file.
    ■ Open 'plugins/pDiscord/config.yml' file with any editor
    upload_2023-7-10_20-40-35.png
    ■ Replace "Guild-ID" with your discord server guild id
    ■ Add your member id to "Setup-Admin-ID" for use /setup command
    ■ Now save the yml file.
    ■ Now execute command '/sk reload pDiscord'
    ■ Basic installation complete. (The others are easily adjusted through the yaml file.)
     
     
    Install Video (Turkish):
     
     
     
    ac1055299fdac156907286ebf94c24fd6ba00248.png
     
    Features:
     
     Discord role sync
     Fully adjustable rewards
     Show the server joins and quits on your discord server.
     Send a message to minecraft server chat in your discord server.
     Transfer game chat to discord server
     Configure the status of your discord bot.
     Send console commands in your discord server.
     Yaml support
     
    634fa0972547c3f55b8cb896173b47e333cc64a6
     
    image.png
     
    image.png
     
    upload_2023-7-11_13-14-48.png
     
    image.png
     
    image.png
     
    image.png
     
    upload_2021-5-5_15-36-45.png
     
    88b1460b4d4a442539348e7dea212e5939d996c5
     
    Discord Slash Command -> /setup -> Setup command.
    Game Command -> /link-> Creates verification code for link.
    Game Command -> /pdiscord reload -> Reload .yml files.
    Game Command -> /pdiscord debug -> Give information of the server fork etc.
     
    c5cdf232a9fd7fba2a27b330280211134977fae7
     
  2. On 8/18/2021 at 2:43 AM, ZeroGaming said:

    i decided i would help you, i took some time to make this script 

    variables:
        {boster::2%player%} = "False"

    on place of white glazed terracotta:
        set {gens::%location of event-block%} to uuid of player
        if {gens::%player%} < {maxgens::%player%}:
            add 1 to {gens::%player%}
            while event-block is white glazed terracotta:
                wait 120 ticks
                chance of 99%:
                    drop 1 white dye above location of event-block
        else:
            send "" to player
            send "&bYou have reached your Gen Cap! &7%{gens::%player%}%&b/&7%{maxgens::%player%}%" to player
            send "" to player
            cancel event
            if {booster::2%player%} = true:
                drop 2 white dye above location of event-block


     
    command /gencap [<offlineplayer>] [<text>] [<number>]:
        permission: gencap.use
        permission message: &cNope!
        trigger:
            if arg-1 is set:
                if arg-2 is "reset":
                    set {gens::%arg-1%} to 0
                    set {maxgens::%arg-1%} to 20
                    send "&cYou have just reset %arg-1%&c's gen cap!" to player

     

    that will then work with this script 

     

    on right click with name tag:
        if name of event-item is "&b&l+1 Gen":
            remove name tag from the player's tool
            add 1 to {maxgens::%player%}

     

    have another question? add me on discord Jeffthesavage#9254 i would be happy to help you!

     

    with love,
         Jeffthesavage8 aka Jeff aka Zero 🙂 

    Lol after server restart generator will be trash

  3. [IMG]

     

    Merchant puts your items for sale you can arrange these items for sale as you wish through your own store.

    This skript is like a special shop like a only items determined by server administrators can be purchase and also stocks of items available these stocks make by server players

    Dependencies:

     Skript
     Skript-reflect
     Skript-yaml
     TuSKe

    Install:

     
    Put 'Skript.jar', 'Skript-reflect.jar', 'Skript-yaml.jar' and 'TuSKe.jar', to "plugins/"
    ■ Reload server.
    ■ Put 'merchant.sk file ' into "plugins/Skript/scripts"
    ■ Now execute command '/sk reload merchant.sk'
    ■ Basic installation complete. (The others are easily adjusted through the yaml file.)

     

    [IMG]

     

     Special purchase guis.
     Register unlimited items and create categories to Merchant.
     Easy item register.
     Easy item add.
     Easy stockadd.
     Easy setup.
     Custom stores
     Fast and optimized.
     Yaml support

     

    MERCHANT API

    PurchaseAPI

    Code (Text):
    function MerchantAPIPurchase(total : number, amount : number, d : object, item : item, uuid : text, p : player):
    # If you know SkriptLang you can use this API 😉
    # {_total} -> Total price of purchase
    # {_amount} -> The amount of item the player wants to buy
    # {_d} -> The item of player wants to buy not parsed
    # {_item} -> The item of player wants to buy with parsed
    # {_uuid} -> Uuid of seller.
    # {_p} -> Event-player
    #broadcast "&e%{_p}% &7, is purchased &c{_amount} &7of &c{_item} &7for &c${_total} &7from merchant."

    ItemAddAPI
     

    Code (Text):
    function MerchantAPIItemAdd(price : integer, amount : number, item : item, p : player):
    # If you know SkriptLang you can use this API 😉
    # {_price} -> Price of item
    # {_amount} -> The amount of item
    # {_item} -> The item
    # {_p} -> Event-player
    #set {_counter} to {_price} * {_amount}
    #broadcast "&e%{_p}% &7, is put &c{_amount} &7of &c{_item} &7to merchant for &c${_counter}"

     

    [IMG]


    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

     

    • /merchant add <1/Per Price> <all>
    • /merchant stockadd <all>
    • /merchant admin create category <Category-ID> <Category-Name-Colored>"
    • /merchant admin create shop <Category-ID> <Category-Page> <Shop-Name> <Shop-Name-Colored>

    Permissions

    merchant.* -> All permissions.
    merchant.usage -> You need this perm for usage /merchant admin.
    merchant.create.shop -> Create shop.
    merchant.create.category -> Create category.
    merchant.reload -> Reload files.
    merchant.help -> For execute command /merchant help

     

     

    CLICK HERE TO DOWNLOAD MERCHANT (SPIGOT)

    • Like 1
  4. Config.yml and Language.yml has been changed like a %60

    So just delete config.yml and language.yml if you are old user after reload it with new realase with using /sk reload pdiscord

    - NEW FEATURE - TALK WITH MINECRAFT SERVER IN YOUR DISCORD SERVER

    You can send game chat in your discord server but you need to use match feature for it firstly matching your account by using command in minecraft -/discord match after they will give you a code and you write your selected channel and your select prefix to channel

    upload_2021-5-22_23-44-34.png

     

    after you will use !chat your message to send game message in your discord server you can change prefix and channel you can do whatever you want = )

    upload_2021-5-22_23-46-33.pngupload_2021-5-22_23-46-42.png

     

    - NEW FEATURE - SEND CONSOLE COMMANDS IN YOUR DISCORD SERVER
    upload_2021-5-22_23-48-12.png

    upload_2021-5-22_23-48-21.png

    upload_2021-5-22_23-46-58.png

    NEW CONFIG PHOTOS:
     

    upload_2021-5-22_23-37-9.png

    upload_2021-5-22_23-37-29.png

    upload_2021-5-22_23-37-45.png

    NEW LANGUAGE.YML
    upload_2021-5-22_23-50-7.png

     

    I HOPE YOU LIKE NEW UPDATE = )
     
  5. [IMG]

     

    Connect your Minecraft server to Discord
    Easy installation and easy to use

     

    ac1055299fdac156907286ebf94c24fd6ba00248.png

     

    Features:

     
    Discord role sync
     Fully adjustable rewards
     Show the server joins and quits on your discord server.
     Transfer game chat to discord server
     Configure the status of your discord bot.
     Send console commands in your discord server. /console /command
     Yaml support

    [IMG]

     

    image.png.58c25372d0186f54729a459de0779132.png

    image.png.6d6ac120f4d31d1909af2bfb21cfb377.png

    upload_2021-5-11_0-8-1.png

    upload_2021-5-11_12-2-26.png

    upload_2021-5-11_11-21-13.png

    upload_2021-5-5_15-36-45.png

    upload_2021-5-5_15-35-29.png

    upload_2021-5-5_15-36-9.png

     

    [IMG]

     

    Click here to download pDiscord (Spigot Link)

×
×
  • Create New...