Jobs 4.17.0

Details

  • Filename
    Jobs4.17.0.jar
  • Uploaded by
  • Uploaded
    Jan 6, 2021
  • Size
    1.14 MB
  • Downloads
    2,368
  • MD5
    4a07d7eb4b1e0553ffac6a1a7ec958df

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

This is Development Build in a sense that it received 2 changes, one some what major and another minor which could cause some initial inconvenience. In general is a safe to use, but its not fully tested in all posible situations, so who knows.
 
  • Changed how honorific is proceed. (Zrips) Honorific is a text shown in chat as a prefix, like [NoviceMiner] and similar. Now you can define 2 new options for chat-display in each job. And some of them might have changed its behavior just to be more obvious what they do. So new options as follows: 
    • none - Shows nothing
    • full - Full title and full job name (NoviceMiner)
    • job - Full job name (Miner)
    • title - Full title (Novice)
    • shortfull - Short title and job name (NM)
    • shortjob - Short job name (M)
    • shorttitle - Short title (N)
    • shorttitlejob - Short title and full job name (NMiner)
    • titleshortjob - Full title and short job name (NoviceM)
 
  • Next is a more a major change. Now every job gets its own file inside jobs folder, which will allow simpler job sharing or its modification instead of having file with 5k lines. 
    Current job's setup will be converted into new format and to avoid confusion old file will be moved into FileBackups in case you will want to go back and use old format. This will include file named _EXAMPLE which will contain example job (not included in job list) with all possible options and some extra comments to explain what does what, so you might want to keep that one around for future reference. Test it before launching on live server, in case we missed something here.