Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition
Showing 101-110 of 135 entries
< 1 ... 9  10  11  12  13  14 >
Update: 15 May, 2022 @ 12:33pm

PARPChat:
- added sandbox option so vehicle sales do not need to happen outside anymore
- try to automatically revert transaction if vehicle could not be spawned

Update: 15 May, 2022 @ 10:16am

PARPChat:
- added experimental command /catch and /release to stop players in their tracks. restricted to staff

PARPAdjustments:
- added requirement for PARPBase
- bikinitools "cell wide vehicle remover" restricted to admin only again (vs. currently gm+)
- added sandbox option to restrict admin ui buttons you want to exclusively to admin rank

Update: 14 May, 2022 @ 10:32am

PARPChat:
- added 3 custom ATM tiles and spawnable movable items made by KI5
- added parameter for payments to substitute bank area for ATM in sandbox configured distance
- allowed /wire, /withdraw and /deposit at ATM
- fixed cause of rpname reporting error
- changed translation keys for pay and wire, for more accurate example output on empty
- lifted admin restrictions on /pricelist and /buy
- added sandbox settings for vehicle and item shop areas. will be expanded upon down the line
- /buy|pricelist [vehicle|item] now needs to be at the sandbox defined area
- unified area check and highlight functions
- added /areas on|off to highlight sandbox defined areas

Update: 14 May, 2022 @ 4:06am

PARPChat:
- fixed an error with /wire command
- fixed faction logging to only log /faction specific chat

Update: 12 May, 2022 @ 11:24am

PARPChat:
- added sandbox option for forbidden words. suppresses the message and logs in a separate file
- added sandbox option to automatically mute people who use forbidden words
- added sandbox options to separate tax revenue and earnings to a separate currency category (disabled by default)
- the /paycheck command now converts revenue and earnings to bank account currency
- added sandbox option for additional logging of faction chats on the server side
- if user mute themselves (auto mute, i know it's weird), suppress the confirmation message
- bank area now supports different z-levels
- "get player faction" code is now faster
- unified number rounding in currencies
- added a few shortcut functions and one for sending commands to server (here's hoping it doesn't break something)
- moved some code around
- /buy now removes double quotes for category and name
- new functions for highlighting and checking areas in multiple z-levels

Update: 11 May, 2022 @ 10:51am

PARPChat:
- admins can no longer spend more money than they have. added new command for that. usage: /createmoney currency amount
- new command /pricelist to replace /buy list
- corrected output of /pricelist
- added support for title in price list being translatable when they begin with "IGUI_"
- improvements and checks for the server side of the buy command
- potential fix for uninitialized permissions array related issues
- restricted PARP:log to debug mode again
- if users do not enter a command payload there is now a check for command name specific translation strings. if one is found, it is returned instead. useful for two different commands in one like /withdraw and /deposit

PARPCurrencyExample:
- updated example items

Update: 10 May, 2022 @ 11:17am

PARPCurrencyExample:
- new submod with well documented examples. load the things based off these examples after the PARPChat mod. i did this because i could imagine people being interested in adding and using custom currencies and letting users trade in / buy stuff they want. this is the CLEAN way to go along with that.
- \media\lua\client\CustomCommands\Example.lua: how to declare custom commands and custom currencies
- \media\lua\shared\ValuesAndPrices.lua contains the list of things valuable to be exchanged with /exchange at your local bank office

PARPChat:
- changed the types of messages sent to fee payer / receiver
- moved /whisper and /all overrides into radio commands file, because they are not rp
- unified the whole "pay an amount" procedure in an easy to use function
- the /valuables command now accepts the parameter "list" to show the currently defined exchange list. to check what is valuable, use /valuables list
- new command /buy (currently restricted to admins for testing)
- to list what is available use /buy list
- to buy stuff use /buy category name
- refer to \PARPCurrencyExample\media\lua\shared\ValuesAndPrices.lua for pricing and example

Update: 8 May, 2022 @ 10:48am

PARPChat:
- sandbox option for "enable/disable" money commands is now working properly
- corrected the translations for taxes/fees
- PARP:log function will now temporarily log without debug mode active

Update: 8 May, 2022 @ 9:11am

PARPChat:
- new command /valuables to show you what can be exchanged at the bank and for how much
- which item is worth which amount in primary currency can be (re-)defined via PARP.Chat.Currency.valuables after the PARPChat mod is loaded
- new command /exchange to exchange the valuables you have on you at the bank
- added sandbox option to allow/forbid exchanging valuables for currency at any time
- added sandbox option to enable/disable currency commands (off by default)
- removed admin restrictions from currency commands and made them available for all users
- all exchanges are fully logged separately and in bank statements
- cash loss on death is logged in bank statements
- unified multiple currency related logging methods into one
- corrected the users receiving messages on /pay command
- corrected the users receiving messages on tax / fees received
- /getaccesslevel command now works without parameters
- /balance returns rounded numbers now

Update: 7 May, 2022 @ 11:54am

PARPChat:
- added hourly check-in to track how many hours people spend in the game
- added automatically issued paychecks to redeem at the bank when it's done (currently via /paycheck)
- added sandbox options for paycheck money amount and hours needed for issuing them
- added cash money as currency. new command /withdraw takes amounts out of the bank account for /pay to use
- added command /deposit to deposit cash money into your bank account
- /pay command now takes money out of "cash" currency pool
- you lose all cash money on death, so make sure to deposit it every once in a while
- added /wire command to send money from account to account
- added /bankarea on|off command for admins to check if the area was correctly defined in sandbox options
- added bank location requirement to /wire, /deposit, /withdraw and /paycheck
- added command /getaccesslevel to show detected access levels. restricted to admin, grant perms to normal users to use it.
- added banking fees with beneficiary username as sandbox options. fees are deducted in addition to the money being handled
- added bank taxes with beneficiary username as sandbox options. fees are deducted in addition to the money being handled
- changed pipe | separated sandbox options to semicolon based. if you are using this mod, update them accordingly.
- added helper functions to detect if a player is within a defined area
- changed method of how forbidden commands are checked (works without relog now)
- changed how the radio eavesdropping works (internally)
- created a unified function to move currencies around quickly
- moved a bit of weirdly specific PARP stuff out to a submod
- added multiple checks for possibly missing config options to combat "red box" disease
- changed the "no special perms" text to distinct between yourself and other users

PARPAdjustments:
- removed some testing files

PARPWeird:
- new submod for weird stuff, duh.