RPProfessions - Discontinued. Use the Free Version Instead icon

RPProfessions - Discontinued. Use the Free Version Instead -----

Create Immersive RP Professions Focused on Crafting



v1.5.1 | General Improvements
General Improvements

Make a BACKUP of your RPProfessions folder BEFORE updating!

(Certain) files will now be versioned. Meaning, a 'VERSION: x' line will be automatically added to (some of) your .yml files. This version allows RPProfessions to known if it should perform updating operations on your data. Doing so, it prevents you from manually changing previously working data in your files.

Items data change:
Importing items from other plugins is now working the same way with recipe ingredients. This means that a prefix must be put in front of your items id, followed by ':'.

Before 1.5.1:

Code (YAML):
BRONZE_INGOT:
  mmo-item
: BRONZE_INGOT
  station
: FORGE
  category
: MATERIAL
  recipe
:
    '0'
: COPPER_INGOT
    '1'
: COPPER_INGOT
    '2'
: COPPER_INGOT
    '3'
: mi:TIN_INGOT
    '4'
: mi:TIN_INGOT
    '5'
: mi:TIN_INGOT
    '6'
: COPPER_INGOT
    '7'
: COPPER_INGOT
    '8'
: COPPER_INGOT
  amount
: 8
  reagent
:
    material
: REDSTONE
    amount
: 3
  required-level
: 20
  allow-multiple
: true
  level-gain
: 0
After 1.5.1:

Code (YAML):
BRONZE_INGOT:
  item
: mi:BRONZE_INGOT # Changed
  station
: FORGE
  category
: MATERIAL
  recipe
:
    '0'
: COPPER_INGOT
    '1'
: COPPER_INGOT
    '2'
: COPPER_INGOT
    '3'
: mi:TIN_INGOT
    '4'
: mi:TIN_INGOT
    '5'
: mi:TIN_INGOT
    '6'
: COPPER_INGOT
    '7'
: COPPER_INGOT
    '8'
: COPPER_INGOT
  amount
: 8
  reagent
:
    material
: REDSTONE
    amount
: 3
  required-level
: 20
  allow-multiple
: true
  level-gain
: 0

As said earlier, these changes will be done automatically for you.

I will update the wiki to reflect these changes.

If you notice any bug or issue, please open a ticket in the issue section on Github.
----------, Feb 21, 2024
Resource Information
Author:
----------
Total Downloads: 32
First Release: Mar 3, 2023
Last Update: Feb 21, 2024
Category: ---------------
All-Time Rating:
6 ratings
Find more info at gilles1348.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings