Other Classes

Discussion in 'Plugin Development' started by Circlestorm, Jan 30, 2021.

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

    Circlestorm

    Hello to the Bukkit community, I recently started developing spigot plugins and would like some advice.
    I am going to be starting a small server soon and i was wondering whether every server is based off of one plugin or many seperate ones.
    Also how do you use multiple classes and instance them from your main? It's so confusing and thank you guys xD
     
  2. Offline

    Kars

    Many seperate ones.
    PHP:
    SomeClass someClass = new SomeClass();
     
Thread Status:
Not open for further replies.

Share This Page