Skip to content

Athena-Roleplay-Framework-v4/athena-plugin-factions-paychecks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athena Plugin - Factions Paychecks

A paycheck system for factions for the Athena Framework compatible with 4.0.0 of the Athena Framework.

Installation

  1. Open a command prompt in your main Athena Directory.
  2. Navigate to the plugins folder.
cd src/core/plugins
  1. Copy the command below.

SSH

git clone [email protected]:Stuyk/athena-plugin-factions-paychecks.git

HTTPS

git clone https://github.com/Stuyk/athena-plugin-factions-paychecks
  1. Append the following code to the Factions Plugin.

File: factions/webview/coreInjections.ts

export const FactionCorePageInjections = {
    actions: {},
    bank: {
        BankPaychecks: defineAsyncComponent(() => import('../../athena-plugin-factions-paychecks/components/BankPaychecks.vue')),
    },
    members: {},
    rankings: {},
    settings: {
        Paychecks: defineAsyncComponent(() => import('../../athena-plugin-factions-paychecks/components/Paychecks.vue')),
    },
};

About

Athena Framework Faction Paychecks Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •