Command Help

Discussion in 'Plugin Development' started by HW12, Dec 12, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    HW12

    Can anyone help me make a plugin.yml i am doing it right but it says its out of sync with the file system, can someone make the plugin.yml for me plz.

    code: https://pastebin.com/SzDUmNW1
     
  2. Offline

    KarimAKL

    @HW12 I would guess it should look something like this:
    Code:
    name: PluginName
    version: 1.0
    main: code.hw12.essentialcommands.EssentialCommands
    commands:
      vanish:
        usage: /vanish
      fly:
        usage: /fly
      heal:
        usage: /heal
      feed:
        usage: /feed
      strike:
        usage: /strike <player>
     
  3. Offline

    HW12

  4. Offline

    Angelonip

    Hi Someone can help me ?? i want to mirror a ramp with world edit how i can do it? [i mean the ramp goes to right, i want make it goes to left ok*]
     

    Attached Files:

  5. Offline

    KarimAKL

    @HW12 Glad i could help. :)

    @Angelonip You should probably create your own thread for this. Anyway i think you can do '//rotate', i do not remember the correct arguments, try google, i gave you the command so it should be easy enough.
     
  6. @HW12 if your problem has been solved, mark sure to mark the thread as solved. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page