Fishes

Any .yml file

Example fish

tuna:
   enabled: true
   permission: tuna
   model_id: 37
   name: '&fTuna'
   events:
      eat:     #special event only called by food items, called when
               #user eats the item
         restore_food: 4 #amount of food to restore when player eat
      fishing: #special event called when you fish
         drop_this_item: #drop the tuna
            chance: 20 #chances of getting the tuna dropped

Last updated