[IDEA] Standardization of plugins

Discussion in 'Archived: Plugin Requests' started by Krazy, Feb 15, 2012.

  1. Offline

    Krazy

    Well, todaywhen we turn onour serverwhat we haveinserverlogisthis:




    Code:
    [INFO] [Orebfuscator] Loading Orebfuscator v1.3.5.
    [INFO] [Orebfuscator] Integrated ChunkScrambled enabled!
    [INFO] [Orebfuscator] Spout found, using Spout.
    [INFO] [Orebfuscator] Statistics features enabling...
    [INFO] [Orebfuscator] Version 1.3.5 enabled!
    [INFO] [PermissionsEx] Loading PermissionsEx v1.18.
    [INFO] [PermissionsEx] Superperms support enabled.
    [INFO] [PermissionsEx] v1.18 enabled
    [INFO] [xAuth] Loading xAuth v3.1.
    [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    [INFO] [xAuth] Connection to database established!
    [INFO] [xAuth] Accounts: 3797, Sessions: 0
    [INFO] [xAuth] v3.1 Enabled!
    [INFO] [Factions v1.6.5c] === ENABLE START ===
    [INFO] [Factions v1.6.5c] Loading board from disk
    [INFO] [Factions v1.6.5c] Found and will integrate chat with EssentialsChat v2.8.2
    [INFO] [Factions v1.6.5c] Found and will use features of Spout v721
    [INFO] [Factions v1.6.5c] Economy integration through Vault plugin successful.
    [INFO] [Factions v1.6.5c] === ENABLE DONE (Took 3130ms) ===

    I suggestfor those who createthe pluginsat the end ofEXAMPLEENABLEPLUGINplace

    EXAMPLEENABLEPLUGIN [FOR CB-R4]

    would look something like:
    Code:
    [INFO] [Orebfuscator] Loading Orebfuscator v1.3.5.
    [INFO] [Orebfuscator] Integrated ChunkScrambled enabled!
    [INFO] [Orebfuscator] Spout found, using Spout.
    [INFO] [Orebfuscator] Statistics features enabling...
    [INFO] [Orebfuscator] Version 1.3.5 enabled!  (FOR CB-R4)
    [INFO] [PermissionsEx] Loading PermissionsEx v1.18.
    [INFO] [PermissionsEx] Superperms support enabled.
    [INFO] [PermissionsEx] v1.18 enabled (FOR CB-R4)
    [INFO] [xAuth] Loading xAuth v3.1.
    [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    [INFO] [xAuth] Connection to database established!
    [INFO] [xAuth] Accounts: 3797, Sessions: 0
    [INFO] [xAuth] v3.1 Enabled! (FOR CB-R4)
    [INFO] [Factions v1.6.5c] === ENABLE START ===
    [INFO] [Factions v1.6.5c] Loading board from disk
    [INFO] [Factions v1.6.5c] Found and will integrate chat with EssentialsChat v2.8.2
    [INFO] [Factions v1.6.5c] Found and will use features of Spout v721
    [INFO] [Factions v1.6.5c] Economy integration through Vault plugin successful.
    [INFO] [Factions v1.6.5c] === ENABLE DONE (Took 3130ms) === (FOR CB-R4)
     
  2. Offline

    Don Redhorse

    well my version has the latest required build in there... like .1818 because the plugin requires the new event system
     

Share This Page