{"id":151375,"date":"2026-06-09T06:12:14","date_gmt":"2026-06-09T03:12:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/"},"modified":"2026-06-09T06:12:14","modified_gmt":"2026-06-09T03:12:14","slug":"sybank","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/","title":{"rendered":"SyBank"},"content":{"rendered":"<p># SyBank &#8211; Minecraft Banking System Plugin<\/p>\n<p>A fully-featured Minecraft banking plugin supporting deposits, withdrawals, loans, and more.<\/p>\n<p>## Author<\/p>\n<p>**Shiyuan**<\/p>\n<p>## Features<\/p>\n<p>&#8211; \ud83d\udcb0 **Bank Account** &#8211; Players can deposit in-game currency to earn interest<br \/>\n&#8211; \ud83d\udcb8 **Loan System** &#8211; Support for loan applications with customizable interest rates and terms<br \/>\n&#8211; \ud83d\udda5\ufe0f **GUI Interface** &#8211; Beautiful graphical user interface<br \/>\n&#8211; \ud83d\udcca **Interest Calculation** &#8211; Monthly interest calculation for both deposits and loans<br \/>\n&#8211; \u23f0 **Overdue Penalties** &#8211; Slowness effect penalties for overdue loans<br \/>\n&#8211; \ud83d\udd10 **Permission Management** &#8211; Comprehensive permission system<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/sbk` | Open bank GUI | sybank.use |<br \/>\n| `\/sbk open` | Open bank GUI | sybank.use |<br \/>\n| `\/sbk save <amount>` | Deposit to bank | sybank.use |<br \/>\n| `\/sbk wd <amount>` | Withdraw from bank | sybank.use |<br \/>\n| `\/sbk loan <amount> [months]` | Apply for a loan | sybank.loan |<br \/>\n| `\/sbk rp <amount>` | Repay loan | sybank.use |<br \/>\n| `\/sbk rpall` | Repay entire loan with cash | sybank.use |<br \/>\n| `\/sbk confirm` | Confirm loan application | sybank.loan |<br \/>\n| `\/sbk cancel` | Cancel loan application | sybank.loan |<br \/>\n| `\/sbk reload` | Reload plugin configuration | sybank.admin |<br \/>\n| `\/sbk op <player>` | View player&#8217;s loan information | sybank.admin |<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `sybank.use` &#8211; Allow basic banking functions (default: everyone)<br \/>\n&#8211; `sybank.loan` &#8211; Allow loan applications (default: everyone)<br \/>\n&#8211; `sybank.admin` &#8211; Allow administrative functions (default: OP)<\/p>\n<p>## Installation<\/p>\n<p>1. Download the `SyBank-1.0.0.jar` file<br \/>\n2. Place the JAR file in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server or load the plugin<br \/>\n4. Edit `plugins\/SyBank\/config.yml` to configure<\/p>\n<p>## Dependencies<\/p>\n<p>&#8211; **Vault** &#8211; Economy system support (Required)<br \/>\n&#8211; **Any Economy Plugin** &#8211; Such as EssentialsX, PlayerPoints, etc. (Supported through Vault)<\/p>\n<p>## Configuration<\/p>\n<p>### config.yml<\/p>\n<p>&#8220;`yaml<br \/>\n# Bank Settings<br \/>\nbank:<br \/>\n  # Default deposit interest rate (% per month)<br \/>\n  interest-rate: 2.0<\/p>\n<p>  # Default loan interest rate (% per month)<br \/>\n  loan-interest-rate: 2.5<\/p>\n<p>  # Default loan duration (months)<br \/>\n  loan-default-duration: 1<\/p>\n<p>  # Maximum loan duration (months)<br \/>\n  loan-max-duration: 3<\/p>\n<p>  # Maximum loan amount<br \/>\n  loan-max-amount: 100000<\/p>\n<p>  # Allow multiple loans simultaneously<br \/>\n  allow-multiple-loans: false<\/p>\n<p># Overdue Settings<br \/>\noverdue:<br \/>\n  # Grace period after overdue (months)<br \/>\n  grace-period: 1<\/p>\n<p>  # Enable slowness effect penalty<br \/>\n  enable-slow-effect: true<\/p>\n<p>  # Slowness effect time period (24-hour format)<br \/>\n  slow-effect:<br \/>\n    # Start time (hour:minute)<br \/>\n    start-time: &#8220;17:00&#8221;<br \/>\n    # End time (hour:minute)<br \/>\n    end-time: &#8220;10:00&#8221;<br \/>\n    # Slowness level (1-4)<br \/>\n    level: 2<\/p>\n<p># GUI Settings<br \/>\ngui:<br \/>\n  # GUI title<br \/>\n  title: &#8220;&#038;6&#038;lSyBank Banking System&#8221;<\/p>\n<p>  # GUI size (must be a multiple of 9)<br \/>\n  size: 27<\/p>\n<p># Reminder Settings<br \/>\nreminder:<br \/>\n  # Remind players of loan repayment on login<br \/>\n  enabled: true<\/p>\n<p>  # Reminder message format<br \/>\n  message: &#8220;&#038;c&#038;l[Loan Reminder] &#038;eYou have an outstanding loan of &#038;6{amount} &#038;ecoins, please repay soon!&#8221;<\/p>\n<p>  # Show quick repay button<br \/>\n  show-repay-button: true<\/p>\n<p>  # Quick repay button text<br \/>\n  repay-button-text: &#8220;&#038;a[Click to repay with balance]&#8221;<br \/>\n&#8220;`<\/p>\n<p>### messages.yml<\/p>\n<p>All plugin messages can be customized in `messages.yml`.<\/p>\n<p>## Loan System<\/p>\n<p>### Applying for a Loan<\/p>\n<p>1. Use `\/sbk loan <amount> [months]` to apply for a loan<br \/>\n2. The system will display loan details (principal, interest, total amount due)<br \/>\n3. Click the **&#8221;Confirm Application&#8221;** button or type `\/sbk confirm` to confirm<br \/>\n4. Click the **&#8221;Cancel Application&#8221;** button or type `\/sbk cancel` to cancel<\/p>\n<p>### Repayment Methods<\/p>\n<p>&#8211; **Partial Repayment**: `\/sbk rp <amount>` &#8211; Repay a specified amount with cash<br \/>\n&#8211; **Full Repayment**: `\/sbk rpall` &#8211; Repay the entire loan with cash at once<br \/>\n&#8211; **Balance Repayment**: Click the repay button in the GUI to use bank account balance<\/p>\n<p>### Interest Calculation<\/p>\n<p>&#8211; Loan interest is calculated based on actual months borrowed<br \/>\n&#8211; Minimum interest period is **1 month**<br \/>\n&#8211; Early repayment does not incur interest for remaining months<br \/>\n&#8211; Monthly interest = Principal \u00d7 Monthly interest rate<\/p>\n<p>### Overdue Penalties<\/p>\n<p>&#8211; After the loan due date, a **grace period** begins (default 1 month)<br \/>\n&#8211; No additional penalties during the grace period<br \/>\n&#8211; After the grace period ends, **slowness effect** penalty applies daily from **17:00-10:00**<\/p>\n<p>## Notes<\/p>\n<p>1. Loan duration cannot exceed the maximum duration in configuration (default 3 months)<br \/>\n2. If multiple loans are not allowed, current loan must be repaid before applying for a new one<br \/>\n3. Deposit and withdrawal operations require the player to be online<br \/>\n4. Plugin data is stored in the `plugins\/SyBank\/data\/` directory<\/p>\n<p>## Changelog<\/p>\n<p>### v1.0.0<br \/>\n&#8211; \u2728 Initial release<br \/>\n&#8211; \ud83d\udcb0 Bank deposit and withdrawal functions<br \/>\n&#8211; \ud83d\udcb8 Loan system<br \/>\n&#8211; \ud83d\udda5\ufe0f GUI interface<br \/>\n&#8211; \ud83d\udcca Interest calculation<br \/>\n&#8211; \u23f0 Overdue penalties<\/p>\n<p>## Support &#038; Feedback<\/p>\n<p>For issues or suggestions, please contact the author **Shiyuan**.<\/p>\n<p>&#8212;<\/p>\n<p>**License**: MIT License<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A fully-featured Minecraft banking plugin supporting deposits, withdrawals, loans, and more.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"sybank","_minecraft_project_id":"lcoJBpXJ","_minecraft_author":"Shiyuan","_minecraft_license":"MIT","_minecraft_downloads":4,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"sybank.zip","_minecraft_size_bytes":42321,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:21:40.418377Z","_minecraft_date_created":"2026-05-04T19:20:53.046078Z","_minecraft_date_modified":"2026-04-26T05:35:35.815241Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/sybank","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-09T03:12:15+00:00","_minecraft_import_hash":"664ea5e75c0e69eb6660dfd6038b8753","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,126,127,128,92],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-151375","mod","type-mod","status-publish","hentry","mod_category-economy","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SyBank - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SyBank - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A fully-featured Minecraft banking plugin supporting deposits, withdrawals, loans, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sybank\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sybank\\\/\",\"name\":\"SyBank - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-09T03:12:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sybank\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sybank\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/sybank\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SyBank\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SyBank - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/","og_locale":"en_US","og_type":"article","og_title":"SyBank - Minecraft","og_description":"A fully-featured Minecraft banking plugin supporting deposits, withdrawals, loans, and more.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/","name":"SyBank - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-09T03:12:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/sybank\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/sybank\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SyBank"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/151375","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=151375"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=151375"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=151375"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=151375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}