帐号不存在 发表于 2020-6-10 12:26:09

[娱乐|信息]PostalService——很好强大的特色邮箱系统![1.7-1.11]

本帖最后由 主世界 于 2020-6-10 12:28 编辑





PostalService——邮箱系统






https://s1.ax1x.com/2020/03/29/GZWVjU.png|介绍这是一种很有趣特色的邮箱系统它可以做到包裹寄东西,寄钱,当然也可以写信给玩家另外,邮箱系统还支持寄经验哦让邮箱点燃新的活跃之火它的好处不止这些哦,请看插件特征
|功能> 几乎是GUI形式,不用记住复杂命令> 自带四个类型邮件 [消息,包裹,经验,金钱],另外你还可以禁用某类型右键   - 消息Letter : 纯文字类型邮件   - 包裹Package : 可以寄物品给朋友   - 经验Experience : 可以寄自身的经验给朋友   - 金钱Payment : 可以寄自己的金钱给朋友> 可以注册箱子作为右键,单击打开邮箱> 可以读取邮件,收到来自邮箱的信息> 支持多世界> 支持权限设置   - 你想要不同权限的邮箱大小?   - 你想要不同权限可以发不同类型右键?   - 嗯,你可以的> 100%可自行翻译语言> 支持UUID    - 玩家可以随意更改他们的名字,而不会丢失他们的邮件数据> 安全更新> 简单更新    - 你可以直接点击按钮进行更新插件,无需输入命令
|图片由于原搬作者图挂,下列图片直接引用自SpigotMC.org,很可能无法显示。https://www.spigotmc.org/attachments/interative_chat_messages-png-m1-png.56367/
https://www.spigotmc.org/attachments/reading_mail-png.56368/
https://www.spigotmc.org/attachments/main_menu-png.56369/
https://www.spigotmc.org/attachments/drop_box_for_packages-png-m1-png.56370/
|权限&指令
命令注释权限
/mail如果config禁用'require mailbox',那么输入这个命令会显示菜单,反之显示命令帮助postalservice.mail.read
/mail help显示命令帮助postalservice.help
/mail 邮件类型 to:名字 message:文字例如/mail Letter to:ui_iu message:你好,收到我的信吗?
其实不需要自己写,打开邮箱点击发送邮件,点击类型它会自动帮你输入,你只需要填写名字/文字/数量postalservice.mail.send.邮件类型
/mail 名字查看其他玩家的邮件postalservice.mail.readother
/mailbox find不知道什么作用[报错]postalservice.mailbox.find
/mailbox set注册箱子作为邮箱postalservice.mailbox.set
/mailbox remove点击已注册的邮箱>注销删除邮箱postalservice.mailbox.remove
/mailbox removeall删除自己注册的所有邮箱postalservice.mailbox.removeall
/mail update检查更新postalservice.update
/mail download下载最新版本插件postalservice.update
/mail reload重新加载插件postalservice.reload
/mail timezone 设置时区none

|配置配置详解:
#   ______________
#|         .__. |___         _          _   ___               _         
#| ._-.    || | | _ \ ______| |___ _ | | / __| ____ _ __ __(_) _____
#|         '""' | |_// _ \(_-<|_|/ _` || | \__ \/ -_)| '_|\ V /| |/ _|/ -_)
#|   -.,-_    | |_|\___//__/ \__|\__,_||_| |___/\___||_|   \_/ |_|\__|\___|
#|______________|
#

####################
# 配   置设   置 #
####################

## 必须在数据库环境下进行,目前支持MySQL
database:
    user: 数据库用户名
    password: 数据库密码
    host: 127.0.0.1
    port: 3306
    database: 数据库名

## 下面自带四种类型邮件
# false为禁用,true为开启
#   Letters - 纯文字消息
#   Package - 包裹物品
#   Payment - 寄钱 (需要Vault前置以及经济插件)
#   Xp      - XP经验点 (不是等级)
enabled-mail-types:
    letter: true
    package: true
    payment: true
    xp: true
   
## Toggle the use of UUIDs 请求翻译
# If disabled, PostalService will track player data using
# player names. If the server is running in offline mode,
# UUIDs will automatically be disabled. To force the use of
# UUIDS in offline mode, set this to "always".
use-uuids: true

## 打开或关闭更新检查
# 如果新版本更新,会通知玩家
# 需要权限才能获得通知 postalservice.update
#
# 你可以开关自动下载新版本 true为开启 false为关闭
# 你可以选择三种更新下载类型
#   - all: 下载更新所有
#   - bugfix: 只在当前版本更新bugfix
#   - none: 禁用所有下载类型
update-checker:
    enabled: false
    auto-download: none

## Turning on debug mode may reveal errors that can be used to help
# solve problems.
debug-mode: false


##################
# 世界设置 #
##################

## 跨世界邮箱
# 如果你不想玩家跨世界发邮件,互通邮箱
# 或者三个世界互通,两个世界的邮箱不互通
# 这个可以做到
# 例如 scsj和zyworld这两个世界可以互相通用邮箱
# 而antoworld不可以和scsj/zyworld这两个世界互通邮箱
# true为开启,false为禁用

enable-world-groups: false

world-groups:
#    fullworld:
#      - scsj
#      - zyworld
#
#    bugwog:
#      - antoworld
# 需要使用时请设置enable-world-groups为true,并且使用去掉#,然后进行填改

## Here you can set certain mail types to ignore world groups and
# be claimable in all worlds.
# For example, say all your universes share the same economy.
# In this case, you may want Payments to ignore world groups so players can
# send money across universes but may want Packages to stay within world groups
# so items can't be shared.
mail-types-that-ignore-world-groups:
#   - payment
# 请求翻译

## 黑名单世界
# 列入黑名单的世界会被禁用邮箱命令和箱子
# 包括发送接受邮件,打开邮箱,创建等
world-blacklist:
- worldname
- aaaaworld


#################
# User Settings #
#################

## 这是每个权限组的最大邮箱数/收件数量大小
# 未给某用户组的话会默认50
# This feature requires Vault. If Vault is not present, the default is used
# for everyone.
box-sizes:
    default: 50
    builder: 50
#    vip: 75


## 将此设置为true,以使玩家在收件箱已满时无法接收邮件。
# 如果设置为false,旧邮件将自动替换为新邮件。
# 在这种情况下,旧邮件永远不会被删除
# 删除其他邮件腾出空间
hard-enforce-inbox-limit: true


## 启用或禁用向玩家显示未读邮件通知
unread-mail-notifications:
    on-receive-mail: true
    on-login: true

# 待翻译
####################
# Mailbox Settings #
####################

## Enable or disable the Mailbox feature
# Mailboxes are chests that players have registered as a Mailbox.
# Clicking on these chests will open up the Postal Service main menu
# GUI where players can view their inbox.
# If disabled, players can type /mail to access the main menu.
enable-mailboxes: true

## Enable this if you want to require players to be near a mailbox
# to send mail. Enabling this will also make opening mailboxes the only
# way to view the main menu GUI.
require-mailbox: true

## This is the max number of mailboxes per permission group.
# If a permission group is undefined, the default is used.
# This feature requires Vault. If Vault is not present, the default is used
# for everyone.
mailbox-limits:
    default: 5
#    permission-group: 10


#########################
# Trading Post Settings #
#########################
## UPCOMING FEATURE! THESE SETTINGS CURRENTLY DO NOTHING ##

enable-trading-post: false

require-same-mailbox: false

allow-cross-world-trades: false


#########################
# Localization Settings #
#########################

## Here you can change the pattern used to format the date and time for mail.
# Learn how to format patterns: http://goo.gl/n8qMk0
# Then test your pattern here: http://goo.gl/WCaX6i
date-format: "MMM d, yyyy h:mm a"

## This automatically translates month and day names in the date format
locale-tag: "en-US"

## Change the default time zone in which the time is displayed.
# Players can also change the timezone for themselves individually
# with the command: /mail timezone <zone>
time-zone: "UTC"

########################################
# Don't touch please
config-version: 1.0汉化文件:不做伸手党,汉化文件应原搬作者要求,请到原帖进行下载。
|其它使用要求:- 服务端 Bukkit / Spigot 1.7+- Java 7+- MySQL- Vault以及经济插件- 权限管理插件目前问题:- 输入 /mail find 后台报错(个人测试)[原搬作者正在问插件作者]- 无法使用交易中心(暂时)[作者快更新好了]
|搬运授权“万能”搬运授权:https://s1.ax1x.com/2020/04/26/Jg34d1.pnghttps://s1.ax1x.com/2020/04/26/JgQ6Re.png


页: [1]
查看完整版本: [娱乐|信息]PostalService——很好强大的特色邮箱系统![1.7-1.11]