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 DailyReward | Easy Configuration | Money - Material - Command Reward 1.7.1 1.8

DailyReward Script | Easy Configuration

  1. SoloTurk™
    Contributors:
    bertek41
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15

    DailyRewardOne.png
    VIP Mode
    You can make DailyReward Awards Special for VIP Members.
    Code (Text):
    1. Rewards:
    2.   Example-Reward-Money:
    3.     GiveType: MONEY
    4.     Give: '100000'
    5.     Name: §a» §c100.000 §7$
    6.   Example-Reward-Material:
    7.     GiveType: MATERIAL
    8.     Give: 256 diamond
    9.     Name: §a» §c256 Diamond
    10.   Example-Reward-Cmd:
    11.     GiveType: CMD
    12.     Give: broadcast <player>
    13.     Name: §a» §cBroadcast Your Name In Chat
    14. VIP-Rewards:
    15.   Example-Reward-Money:
    16.     GiveType: MONEY
    17.     Give: '100000000'
    18.     Name: §a» §c100.000.000 §7$
    19.   Example-Reward-Material:
    20.     GiveType: MATERIAL
    21.     Give: 512 diamond
    22.     Name: §a» §c512 Diamond
    23.   Example-Reward-Cmd:
    24.     GiveType: CMD
    25.     Give: broadcast <player> a
    26.     Name: §a» §cBroadcast Your Name In Chat
    27.  

    Simulation Roulette
    If users do not have permission, They see simulation roulette.This roulette does not reward users, Only Simulation is shown to them.
    Reward Types
    You can use Material, Money and Command as a reward.
    Code (Text):
    1. Rewards:
    2.   Example-Reward-Money:
    3.     GiveType: MONEY
    4.     Give: '100000'
    5.     Name: §a» §c100.000 §7$
    6.   Example-Reward-Material:
    7.     GiveType: MATERIAL
    8.     Give: 256 diamond
    9.     Name: §a» §c256 Diamond
    10.   Example-Reward-Cmd:
    11.     GiveType: CMD
    12.     Give: broadcast <player>
    13.     Name: §a» §cBroadcast Your Name In Chat


    Unlimited Rewards
    You can add an unlimited number of awards.
    Each roulette round is created randomly from all prizes.
    PlaceHolders (1.8.8 - 1.12.2)
    You can use "DailyReward_Timer" placeholder via PlaceHolderAPI for show time of next use.

    DailyRewardTwo.png
    [​IMG]
    DailyRewardThree.png
    We tested the DailyReward in 1.8.8, 1.12.2 and 1.15.2 versions. Inside the Rar you downloaded, you will find a special folder for two versions, old and new.


    TrashBoatYT and bertek41 like this.

Recent Updates

  1. 1.15.x Support & Optimization
  2. Sale Broadcast
  3. Small Bug Fix