Development Assistance Appropriated Classification of a Minecraft Command

Discussion in 'Plugin Help/Development/Requests' started by Aerosmite, Jul 2, 2016.

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

    Aerosmite

    I am currently working on an appropriate syntax for Minecraft commands in Sublime. But
    unfortunately I have not used rather often java of this game to classify the different parts of a command according to the Naming Conventions.
    So I have trouble to to distinguish classes, tags, functions… :confused:

    Anybody who is familiar with that could help me ? It will help me a lot, thanks ;)
     
  2. Online

    timtower Administrator Administrator Moderator

    @Aerosmite Java is for plugins.
    Commands have no java in them.
    What are you trying to do?
     
  3. Offline

    Aerosmite

    To color the different part of a command according to what they represent.
    Exemple:
    Numbers > constant.numeric
    true, false > constant.language
    variable > variable.parameter
    " " > string.quoted.double
    items ID, blocks ID... > support.class
    sidebar, belowName... > storage.modifier
    etc
    I just try to know what each word refer to in java. It's hard to explain, I hope you understand :/
     
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    Aerosmite

    I don't think it will help you, here it is
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page