Posts by DD_DAN

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

    Hey!

    Ich habe ein kleines Problem mit dem ScoreHud Plugin. Wie man unten sieht, habe ich {money} hingeschrieben, also damit soll ja angezeigt werden, wie viel Geld man hat. In Minecraft steht dann im Scoreboard auch {money}, obwohl ich das EconomyAPI Plugin installiert habe. Das ist übrigens bei {online} und {max_online} auch der Fall... Würde mich über eine hilfreiche Antwort freuen!


    :aternos:

    ---

    # DO NOT EDIT THIS VALUE.

    # ONLY FOR INTERNAL USE.

    scorehud-version: 1


    # Changing titles of the scoreboard.

    # Can be of any number.

    server-names:

    - "§l§6Citybuilddd"

    - "§l§fCitybuilddd"

    - "§l§6Citybuilddd"

    - "§l§fCitybuilddd"


    # Note: You can find links to the required/supported plugins via the README.md.

    # IMPORTANT NOTE: You can only set a maximum of 15 lines and no more.

    #

    # You can edit the lines already set below and adjust them according to your needs.

    #

    # If you want same scoreboard to be displayed in every world then set per-world-scoreboard to false in config.yml.

    #

    # If you have per-world-scoreboard enabled and want to display a default scoreboard for a world you didn't mention

    # in scoreboards key below then set use-default-score-lines to true in config.yml.

    #

    # After that edit the following score-lines to edit the scoreboard.

    #

    # You need to add addons for adding support for tags.

    # If you want support for a plugin please ask the plugin author of that plugin to add support for ScoreHud by making an addon.

    #

    # For a list of addons go here https://github.com/JackMD/Scor…b/master/README.md#addons.

    score-lines:

    - " §cKonto: §f{money}"


    # If you want to display different scoreboards for every world then set per-world-scoreboard to true in config.yml.

    # After that edit the following to suit your needs.

    scoreboards:

    # EXAMPLE CONFIGURATION:

    # -------------------

    # "world name": | The name of the world. Enclose it in inverted commas.

    # lines: | This key is important. And the plugin won't function without it.

    # - " Line #1" | Line number one. You can use any of the above tags.

    # - " Line #2" | You can add a maximum of 15 lines.

    #--------------------

    "world":

    lines:

    - " §dName: §5{name}"

    Hey :D

    ich habe mir das PiggyCrates Plugin auf meinem Server installiert und eingestellt. So sieht es aus:



    crates:

    Common:

    drops:

    - id: 0

    meta: 0

    amount: 1

    chance: 25

    type: command

    commands:

    - " givemoney {PLAYER} 100 "

    - id: 0

    meta: 0

    amount: 1

    chance: 75

    type: command

    commands:

    - " givemoney {PLAYER} 20 "



    Man hat also eine 25% Chance dass man 100$ und eine 75% Chance, dass man 20$ aus der Crate gewinnt. Wenn ich die Kiste mit dem Key anklicken möchte, dann kommt eine Fehlermeldung in der Konsole:


    [09:12:59] [Server thread/INFO]: Usage: /givemoney <player> <amount>

    Ich würde mich sehr freuen wenn mir jemand helfen könnte

    Danke im Vorraus :D


    Hast du irgendwas in der config.yml geändert

    Ja, ich habe anstatt "roulette" "instant" hingeschrieben:


    keys:

    id: 131

    meta: 0

    name: "{CRATE} Key"

    lore: "Claim rewards from a {CRATE} Crate"

    crates:

    # Options: instant, roulette

    mode: "instant"

    roulette:

    # Minimum duration: (duration/speed) >= 5.5

    # If (duration/speed) ends up being less than 5.5, then your default time will be set to (6*speed)

    duration: 30

    # Minimum speed: speed >= 1

    # If speed ends up being less than 1, then your default speed will be set to 1.

    speed: 2