Skip to content

Commit

Permalink
General update (#22)
Browse files Browse the repository at this point in the history
* Delete helpers.lua

* Update main.lua

- move menu to separate file
- move functions to main

* Create menu.lua

- move menu from main to menu.lua
- update menu

* Create locations.lua

- move locations from main.lua

* Update main.lua

- move locations from main to locations.lua

* Update fxmanifest.lua

- update fx version
- update config folder
- add menu.lu to client folder

* Update main.lua

- add user check

* Update version

* Update README.md

* Update ro_lang.lua

* Update nl_lang.lua

* Update it_lang.lua

* Update fr_lang.lua

* Update es_lang.lua

* Update en_lang.lua

* Update fxmanifest.lua

* Update main.lua

* Update main.lua

- add user check
- housekeeping

* Update locations.lua

- remove outlets config
- locations are added automatically
- exclude locations individually per location

* Update menu.lua

- add functionality for new location menu system
- general menu update/clean-up

* Update main.lua

- set functions to local

* Delete versioncheck.lua

* Update README.md

* Update ro_lang.lua

* Update nl_lang.lua

* Update it_lang.lua

* Update fr_lang.lua

* Update es_lang.lua

* Update en_lang.lua

* Update fxmanifest.lua

* Update main.lua

- add discord webhook settings

* Update locations.lua

* Update main.lua

- add discord webhooks
- localize bccutils
- integrate version check

* Update menu.lua
  • Loading branch information
JusCampin authored Oct 8, 2024
1 parent 1a671be commit 824f173
Show file tree
Hide file tree
Showing 16 changed files with 883 additions and 905 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# bcc-portals

### Description
## Description
Looking for fast and convenient travel in your server? Our script has got you covered! With multiple ticket sellers to choose from and the option to add more, you'll have access to quick transportation to your desired location. Plus, with customizable shop hours and access restrictions based on job and job grade, you can tailor the script to fit your needs perfectly.

### Features
## Features
- Buy passage to a location from a ticket seller
- Currency is set per individual shop in config
- Cash-only, gold-only, cash and gold, free
Expand All @@ -13,17 +13,20 @@ Looking for fast and convenient travel in your server? Our script has got you co
- Blips can change color reflecting if shop is open, closed or job locked
- Shop access can be limited by job and jobgrade
- Distance-based NPC spawns
- All shops in the config are automatically shown in the menu (except the shop you are using)
- To exclude shops just add the shop id to the `excludes` section for that location (example in config)
- Discord webhooks can be set up in the main config file to show when players are teleporting

### Dependencies
## Dependencies
- [vorp_core](https://github.com/VORPCORE/vorp-core-lua)
- [feather-menu](https://github.com/FeatherFramework/feather-menu)
- [bcc-utils](https://github.com/BryceCanyonCounty/bcc-utils)

### Installation
## Installation
- Make sure dependencies are installed/updated and ensured before this script
- Add `bcc-portals` folder to your resources folder
- Add `ensure bcc-portals` to your `resources.cfg`
- Restart server

### GitHub
## GitHub
- https://github.com/BryceCanyonCounty/bcc-portals
87 changes: 0 additions & 87 deletions client/helpers.lua

This file was deleted.

Loading

0 comments on commit 824f173

Please sign in to comment.